Opened 11 years ago
Closed 11 years ago
#12121 closed Bug (expired)
Unable to delete non editable element in IE8
| Reported by: | Irina | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.3.1 |
| Keywords: | IBM | Cc: | Satya Minnekanti, Christophe Guillou |
Description
Steps to reproduce:
- Open Full Page Editing
- Delete all content in the editor
- Copy following into Source tab:
<span contenteditable="false"><a href="https://test.com">test</a></span>
- Switch back to Rich Text editing
- Copy link from left to right
- Press Backspace
Result: Link not deleted
If you will select the same link form right to left then backspace will delete it.
Change History (3)
comment:1 Changed 11 years ago by
| Status: | new → confirmed |
|---|---|
| Version: | 4.4.2 (GitHub - master) → 3.3.1 |
comment:2 Changed 11 years ago by
| Status: | confirmed → pending |
|---|
I think that this ticket should be closed for the same reason as #12128. Since CKEditor 4.3 widget system should be used to handle non-editable content inside editor.
However, I anticipate that you haven't used widget system for a reason. Could you elaborate more on that?
comment:3 Changed 11 years ago by
| Resolution: | → expired |
|---|---|
| Status: | pending → closed |

This one took me while to reproduce: