Changes between Initial Version and Version 1 of Ticket #10847, comment 7
- Timestamp:
- Oct 9, 2013, 11:01:43 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10847, comment 7
initial v1 1 With TC from [comment:5 comment:5] I was able to reproduce this problem from CKEditor 3.0 in both CKE 3.x and 4.x.1 With TC from [comment:5 comment:5] I was able to reproduce this problem from CKEditor 3.0 (Perhaps this is some new browser quirks/feature.) in both CKE 3.x and 4.x. 2 2 3 I haven't found any tickets like that one so perhaps this is some new browser quirks/feature. 3 NOTE: I believe we had similar issue once #4964. 4 In this case, this is what gets inserted into editor when you start typing in it {{{<p>text<br /></p>}}}. Once you hit enter and backspace cursor most likely is inserted after BR thus the result: {{{<p>text<br />^</p>}}}