#12122 closed Bug (duplicate)
Deleting table in inline editor deletes or breaks editor
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 Beta |
Keywords: | Support | Cc: | mike@…, satya_minnekanti@… |
Description
Similar to #12110.
Problem can be reproduced in all browsers although results are different.
- Put sample html file in samples folder
- Open sample and click into table
- Right-click on table and select 'Delete Table'
Blink and Webkit - editor is no longer accessible (it disappears)
FF and IE - editable area disappears but toolbar remains. If you try to insert some element with it, JS error will be thrown.
Attachments (1)
Change History (7)
Changed 9 years ago by
Attachment: | editor.html added |
---|
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Keywords: | Support added |
---|---|
Status: | new → confirmed |
comment:3 Changed 9 years ago by
Cc: | mike@… added |
---|
comment:4 Changed 9 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:6 Changed 9 years ago by
Milestone: | CKEditor 4.4.3 |
---|---|
Resolution: | → duplicate |
Status: | confirmed → closed |
NOTE: File has HTML4 docType declaration but the same thing is reproducible with HTML5 docType.