Opened 12 years ago
Last modified 12 years ago
#9828 confirmed Bug
Can't remove an iframe in BR mode
Reported by: | tema | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Chrome | Cc: |
Description
How to repdroduce:
- Open http://ckeditor.com/demo#enter
- Use the developer console to set the editor data (one with the BR mode)
CKEDITOR.instances.editor2.setData('<iframe></iframe>')
- Set the cursor after the iframe and press enter to make a newline
- Press backspace to delete an iframe
Expected: backspace to delete an iframe Now: Cursor gets stuck on the line after the iframe
Change History (1)
comment:1 Changed 12 years ago by
Keywords: | Chrome added; enter backspace removed |
---|---|
Status: | new → confirmed |
Version: | 4.0.1 → 3.0 |
I was able to reproduce this problem only in Chrome from CKEditor 3.0 (It also occurs in CKEditor 4.x (v4)).
Please also note: