Search and Top Navigation
#5415 closed enhancement (fixed)
Opened March 24, 2010 02:11PM UTC
Closed April 23, 2010 05:12PM UTC
Last modified May 20, 2010 11:15AM UTC
Catch all common keys while typing a word
Reported by: | thewolfram | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.2 |
Component: | ui.autocomplete | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Only SHIFT, ALT, CTRL are ignored in the autocompleted input field, others like CMD or CAPSLOCK trigger the search event. As this hits the server when using uncached remote data, I consider it useful to include all keys that do not alter the search string or navigate through the suggested terms.
Fixed in cb7eb69.