Changes between Initial Version and Version 1 of Ticket #14565, comment 10
- Timestamp:
- Jan 31, 2017, 12:57:16 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14565, comment 10
initial v1 2 2 * I'd add some unit test. We already have some tests for handling Backspace/Delete. 3 3 * I'd investigate the issue further. It seems that the source of the issue is not in the handling of these keys in `core/editable.js`, but it's located in `getRanges` method (apparently cache is not refreshed for this particular case). 4 5 I've rebased the branch:t/14565 to the latest `major` and updated tags in tests.