Opened 16 years ago
Closed 16 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)
Change History (6)
Changed 16 years ago by
Attachment: | test_domiterator.patch added |
---|
Changed 16 years ago by
Attachment: | 3422.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Martin Kou |
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [3437].
Click here for more info about our SVN system.
Unit Test Case