Opened 14 years ago

Closed 14 years ago

#4824 closed Bug (fixed)

[IE] Writing "<br/>&nbsp;" at the very first in <td> breaks the editor

Reported by: pomu0325 Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.2
Component: UI : Source View Version: SVN (CKEditor) - OLD
Keywords: Confirmed IE Review+ Cc: pomu@…

Description

To Reproduce

Attachments (1)

4824.patch (1.3 KB) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Confirmed IE added
Milestone: CKEditor 3.2

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Works well with IE8 Compatibility Mode. Breaks with IE8 Non-Compatibility Mode.

comment:3 Changed 14 years ago by Garry Yao

Owner: set to Garry Yao
Status: newassigned

Changed 14 years ago by Garry Yao

Attachment: 4824.patch added

comment:4 Changed 14 years ago by Garry Yao

Keywords: Review? added

The following special case (<BR> at the start of a table) confuses IE's comparison of ranges (compareEndPoints):

<td>^<br/>&nbsp;</td>

We need a new way for measuring range's equivalence here.

comment:5 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Keywords: Review+ added; Review? removed

comment:6 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [5011].

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