Opened 12 years ago
Closed 12 years ago
#11826 closed Bug (duplicate)
[IE11] Anchor node becomes just text node in editor when hitting backspace with caret right after link tag
| Reported by: | Artur Delura | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
It's a browser bug, but we can handle it in CKEditor.
- Open CKEditor sample
- Put caret right after some anchor tag
- Press backspace
Actual result: Anchor node becomes just text node.

Duplicate with: #1220 and #8799