Changes between Version 1 and Version 2 of Ticket #12324, comment 4
- Timestamp:
- Aug 22, 2014, 9:58:46 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12324, comment 4
v1 v2 1 1 I reproduced this on every browser full build (samples) 2 1. Open sample with following content: {{{<p>foo bar baz</p>}}} 3 2. Make selection using mouse: {{{<p>[foo] bar baz</p>}}} 4 3. Press {{{Backspace}}} 5 Actual Result: {{{<p>^ bar baz</p>}}} 6 4. Put caret here using mouse: {{{<p> bar ^baz</p>}}} 2 1. Open sample with following content: {{{<p>bar baz</p>}}} 3 4. Put caret here using mouse: {{{<p>bar ^baz</p>}}} 7 4 5. Type "X". 8 6. Put caret here using mouse: {{{<p>^ 5 6. Put caret here using mouse: {{{<p>^bar Xbaz</p>}}} 9 6 7. Type "X". 10 7 8. Press {{{Ctrl + Z}}}