Opened 12 years ago
Closed 11 years ago
#9324 closed Bug (fixed)
magicline and contenteditable=false
Reported by: | mordy | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Editable | Version: | 4.0 |
Keywords: | IBM | Cc: | satya_minnekanti@… |
Description
I'm using contenteditable="false" on a div inside an inline editor.
Magicline still shows targets inside this div and can insert new lines by clicking the return icon.
Attachments (1)
Change History (5)
Changed 12 years ago by
Attachment: | inlinebycode.html added |
---|
comment:1 Changed 12 years ago by
Keywords: | magicline removed |
---|---|
Status: | new → confirmed |
Version: | 4.0 Beta → 4.0 (GitHub - master) |
comment:2 Changed 12 years ago by
This issue is related to #9764 - the new Widgets implementation. Currently we don't support nested non-editable elements (except inline placeholders). Widgets will change that, so we have to remember about supporting them in Magicline.
comment:3 Changed 12 years ago by
Cc: | satya_minnekanti@… added |
---|---|
Keywords: | IBM added |
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
This issue has been resolved in CKEditor 4.3 (#10828).
Problem can be reproduced on trunk version of editor.
Check out the attached sample - there are two tables in non-editable div. As you will see it is possible to insert new lines with magic line in such div.