Opened 18 years ago
Closed 18 years ago
#1250 closed Bug (fixed)
Applying block styles includes paragraphs out of the selection (IE)
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | Core : Styles | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed IE | Cc: |
Description
Steps to Reproduce
- Load the following code at sample01.html:
<p>Line 1</p> <p>Line 2</p> <p>Line 3</p>
- Switch back to WYSIWYG;
- Place the cursor at the end of "Line 2";
- Select "Heading 1" in the Format combo;
All paragraphs after "Line 2", inclusive, will get the selected style.
It works well with FF2.
Change History (2)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [826].
Click here for more info about our SVN system.
This is most probably and issue with the new FCKDomRangeIterator class.