Opened 13 years ago
Last modified 11 years ago
#8541 confirmed Bug
Wrong selection after deleted last character after contenteditable span — at Initial Version
Reported by: | mazongquan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.3.1 |
Keywords: | IE8 | Cc: |
Description
<html> <head> <title>CKEditor Sample</title> </head> <body> <p> abcd<span contenteditable="false">XXX</span>e<p> </body> </html> For above sample, in CKeditor 3.6.2, the cursor is move to the front of span after I clicked backspace and delete 'e' that after the span. Why is that? How can I change the code to correct it? Thanks.