Closed Bug 819474 Opened 13 years ago Closed 13 years ago

Use "input" event rather than keyup

Categories

(Webtools Graveyard :: DXR, defect, P3)

x86
macOS
defect

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.
Priority: -- → P3
Whiteboard: easy
Assignee: nobody → erik
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.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.