Changes between Version 1 and Version 2 of Ticket #14933
- Timestamp:
- Dec 13, 2016, 5:28:05 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14933 – Description
v1 v2 79 79 == Steps to reproduce == 80 80 81 1. 81 1. 82 83 {{{ 82 84 selectionRange = editor.getSelection(true).getRanges(true)[0], 83 85 si = selectionRange.startContainer.getIndex(), 84 86 ei = selectionRange.endContainer.getIndex(); 85 87 }}} 86 88 Indexes don't always match those of the node of cursor/selection, speech behaviour then becomes buggy, text is inserted when it shouldn't, etc. 87 89