Opened 16 years ago
Closed 16 years ago
#3094 closed Bug (duplicate)
Block style problem with paragraphs
Reported by: | Garry Yao | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | Core : Styles | Version: | SVN (FCKeditor) - Retired |
Keywords: | Cc: |
Description
Procedures
- Open the replace by code example page;
- Initial the document with the following content and selection:
^ text <p>paragraph1</p> <p>paragraph2</p> ^
- Click on stylesCombo to open drop-down, select Blue Title option.
- Actual Result: The middle paragraph was left untouched.
<h3 style="color: Blue;"> text</h3> <p> paragraph1</p> <h3 style="color: Blue;"> paragraph2</h3>
Change History (4)
comment:1 Changed 16 years ago by
Component: | General → Core : Styles |
---|---|
Priority: | Normal → High |
comment:2 Changed 16 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
comment:3 Changed 16 years ago by
This error is caused by exactly the same line of code in domiterator mentioned in #3093.
comment:4 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Note that the only way to reproduce it now is by manually modifying the editor contents with a tool like Firebug, because the orphan paragraph gets fixed when switching back from source.