Page MenuHomePhabricator

suggestion dropdown in SimpleSearch is not triggered when text is pasted using the mouse
Closed, ResolvedPublic

Description

Copied from [[Wikipedia:User experience feedback/search box]], written by [[User:Ningauble]]:

The dropdown is not triggered by pasting with the mouse. The old search box was the same in this regard, but the difference is that, without a persistent "search" button, one must make a superfluous keystroke to expose the "containing..." feature.


Version: unspecified
Severity: enhancement

Details

Reference
bz23622

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:09 PM
bzimport set Reference to bz23622.

We can probably fix this by listening to the paste event on the search box in addition to keydown and whatever else we listen for. I'm not sure whether IE fires this event, though.

amiller1 wrote:

Added a paste, copy and click handler which will trigger the keypress event.