Opened 11 years ago
Last modified 11 years ago
#11668 confirmed Bug
delete key behavior is WRONG!!
Reported by: | masoud | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Keystrokes | Version: | 3.0 |
Keywords: | Firefox | Cc: |
Description (last modified by )
EDIT:
- Insert below code into editor:
<p>test <strong>test <em>test </em>test</strong> test test</p>
- Switch to wysiwyg and put cursor behind italic element. Please note that element path needs to show
body p strong
. If you are seeingem
move curosor with arrows to get out of em element.test test test ^test test test
- Start deleting text with delete key
Result: once whole bold text is deleted, the italic element gets deleted (except for the first letter)
hi all; I newly found key delete works wrong!!! for example, we have an bold element in a paragraph and in the bold element there is an italic word. if we put cursor after italic element exactly, and begin pressing delete key, the characters of bold text node which is after italic element, delete one by one. when the text node deleted and italic element was placed in end of bold element and cursor was placed in bold element and exactly after italic, pressing delete key will caused all of italic characters except one char, be remove!!! that is WRONG!!!
True : In these circumstances, characters of next text node from next element must be remove. I checked this, from 4.3.3 to 3.0 versions and all of them have this bug. please solve it. Very Thanks.
Attachments (1)
Change History (7)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Keywords: | Firefox added; delete keystrokes selection removed |
---|---|
Status: | new → confirmed |
Version: | 4.3.3 → 3.0 |
Problem can be reproduced from CKEditor 3.0 in Firefox only and is most likely related to whole family of such Firefox bugs mentioned in #3509 (It is about leaving element boundaries in Firefox - http://dev.ckeditor.com/ticket/7796#comment:4).
comment:4 Changed 11 years ago by
Description: | modified (diff) |
---|
Changed 11 years ago by
Attachment: | 2014-03-19_1539.swf added |
---|
I checked tinyMCE and it had true treat.