Opened 15 years ago

Closed 15 years ago

#3422 closed Bug (fixed)

[FF] DomIterator should preserve padding block BR

Reported by: Garry Yao Owned by: Martin Kou
Priority: Normal Milestone: CKEditor 3.0
Component: General Version:
Keywords: Confirmed Review+ Cc:

Description

When iterating over the following document content, the original BR nodes on boundary of the newly established paragraphs should be removed, but during the process, padding block element like: <br _moz_dirty="" /> will be removed also, which result in a collapsed block.
So the correct behavior should respect these special blocking padding elements.

Attachments (2)

test_domiterator.patch (5.0 KB) - added by Garry Yao 15 years ago.
Unit Test Case
3422.patch (713 bytes) - added by Garry Yao 15 years ago.

Download all attachments as: .zip

Change History (6)

Changed 15 years ago by Garry Yao

Attachment: test_domiterator.patch added

Unit Test Case

comment:1 Changed 15 years ago by Garry Yao

This bug has been identified here.

Changed 15 years ago by Garry Yao

Attachment: 3422.patch added

comment:2 Changed 15 years ago by Garry Yao

Keywords: Review? added
Owner: set to Martin Kou

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:4 Changed 15 years ago by Martin Kou

Resolution: fixed
Status: newclosed

Fixed with [3437].

Click here for more info about our SVN system.

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