Opened 15 years ago
Closed 15 years ago
#5801 closed Bug (fixed)
contentEditable=false on inline-elements
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3.1 |
Component: | General | Version: | 3.3 |
Keywords: | Confirmed IE Review+ | Cc: |
Description
#5562 is still reproducible on inline-elements.
Attachments (1)
Change History (5)
Changed 15 years ago by
Attachment: | 5801.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 15 years ago by
But obviously IE's non-editable support isn't perfect, check the following case where the <br /> inside a non-editable host (span) will never flow into a second paragraph, though it's out of the ticket scope.
<p> lorem ipsum <span class="test2" contentEditable="false"> Quo usque tandem abutere<br />Catilina, patientia nostra? </span> lorem ipsum </p>
comment:3 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Ok... but it looks like using display:inline-block is not a real solution for it. For now we can declare that this is part (limitations) of the feature.
The 'inline-block' style application has no known side-effects yet, as that's the way how IE present non-editable inline elements (check IE7).