Changes between Version 1 and Version 2 of Ticket #11861, comment 9
- Timestamp:
- May 7, 2014, 12:28:30 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11861, comment 9
v1 v2 1 Broken(backspace):1 === TC1. (backspace): 2 2 3 3 {{{ 4 4 <p>x</p><hr /><p>^y</p> 5 5 }}} 6 7 The `<hr />` is totally skipped. 8 9 === TC2. (backspace): 10 11 Open the readonly sample and set selection: 12 13 {{{ 14 <p>x</p><p>^y</p> 15 }}} 16 17 Make editor read only by clicking the button. Click the editable and press backspace. Backspace will be handled. But this isn't only this handler's problem - I could reproduce the same issue with lists on 4.4.0. 18