Opened 13 years ago
Closed 13 years ago
#9482 closed Bug (fixed)
Divarea: it is possible to remove editor inside table.
| Reported by: | Jakub Ś | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.0 |
| Component: | General | Version: | 4.0 |
| Keywords: | Cc: |
Description
To reproduce:
- Open attached sample page
- Focus in the editor
- Select all using keyboard shortcut, or edit menu
- Press backspace or delete key
Result:
Editor will be removed.
Editor is placed inside table so this is very similar issue to inline editing #9315. Perhaps they have the same solution.
Attachments (1)
Change History (4)
Changed 13 years ago by
| Attachment: | divareaTest.html added |
|---|
comment:1 Changed 13 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 13 years ago by
| Milestone: | → CKEditor 4.0 |
|---|

I was able to reproduce this issue only on Firefox.
Patch proposed for #9315 fixes this issue.