Opened 14 years ago

Closed 14 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)

5801.patch (902 bytes) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by Garry Yao

Attachment: 5801.patch added

comment:1 Changed 14 years ago by Garry Yao

Keywords: Review? added
Owner: set to Garry Yao
Status: newassigned

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).

comment:2 Changed 14 years ago by Garry Yao

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 14 years ago by Frederico Caldeira Knabben

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.

comment:4 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [5567].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy