- Fix bug where it wasn't possible to enter ( or & characters in autocomplete fields
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Fix bug where it wasn't possible to enter ( or & characters in autocomplete fields |
| | | - Request all needed fields from address book backends (#1488394) |
| | | - Unified (single) spellchecker button |
| | | - Scroll long lists on drag&drop (#1485946) |
| | |
| | | mod = rcube_event.get_modifier(e); |
| | | |
| | | switch (key) { |
| | | case 38: // key up |
| | | case 40: // key down |
| | | if (!this.ksearch_pane) |
| | | case 38: // arrow up |
| | | case 40: // arrow down |
| | | if (!this.ksearch_visible()) |
| | | break; |
| | | |
| | | var dir = key==38 ? 1 : 0; |