Changes between Initial Version and Version 1 of Ticket #14714, comment 6
- Timestamp:
- Jul 26, 2016, 8:03:37 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14714, comment 6
initial v1 1 1 I'm still looking into where is the difference between refocusing with `tab`/`shift+tab` and mouse (via dropdown). It works well with `tab`/`shift+tab` and also when focusing toolbar (`alt+F10`) and applying "Big" style using keyboard. 2 2 3 The one strange case is when focusing toolbar (`alt+F10`) and then using `left`/`right` arrows. It should switch between buttons in a toolbar group but instead, focus is set back in the editable area and the above exception is thrown (it happens only in the case which will throw this error ofc). 3 The one strange case is when focusing toolbar (`alt+F10`) and then using `left`/`right` arrows. It should switch between buttons in a toolbar group but instead, focus is set back in the editable area and the above exception is thrown (it happens only in the case which will throw this error ofc). The `left`/`right` arrow triggers `removeFillingCharSequenceNode` function which causes this error.