Closed
Bug 819474
Opened 13 years ago
Closed 13 years ago
Use "input" event rather than keyup
Categories
(Webtools Graveyard :: DXR, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: erik, Assigned: erik)
Details
(Whiteboard: easy)
Use the "input" event in initIncrementalSearch and probably everywhere else. This way, the live search will keep up not only with keypresses but with other ways of modifying the search terms, like selecting Paste from a menu.
Assignee | ||
Updated•13 years ago
|
Priority: -- → P3
Whiteboard: easy
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → erik
Comment 1•13 years ago
|
||
Commits pushed to testing at https://github.com/mozilla/dxr
https://github.com/mozilla/dxr/commit/eaabd2019047772246ecbe344c9bdd4d6b832227
Replace the last use of the "keyup" event with "input". Fixes bug 819474.
https://github.com/mozilla/dxr/commit/61eee67497ac963f3cdb65e499ea02730098366e
Merge pull request #47 from erikrose/input-keyup-819474
Replace the last use of the "keyup" event with "input". Fixes bug 819474.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•