#5415 closed enhancement (fixed)
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.
Change History (2)
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 13 years ago by
Milestone: | 1.9 → 1.8.2 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in cb7eb69.