Opened 18 years ago
Closed 17 years ago
#501 closed Bug (fixed)
Editor loses styles in IE when switching between WYSIWYG and Source view repeatly
Reported by: | ridcully | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | Core : Styles | Version: | FCKeditor 2.4.2 |
Keywords: | Confirmed IE | Cc: |
Description
On IE 7 the following happens (even with the online demo):
- clear all text
- enter 'line 1' and press <return>
- enter 'line 2' and press <return>
- mark all text (ctrl+a) and select the red 'Title' style from the style dropdown.
- now switch to Source Code and you see the following (as expected):
<p><span class="Title"> <p>line 1</p> <p>line 2</p> </span></p>
- switch back to WYSIWYG view
- switch to Source Code again and you'll see that (no span anymore):
<p> <p> </p> </p> <p>line 1</p> <p>line 2</p>
- switch back to WYSIWYG and the style is gone :-(
Change History (3)
comment:1 Changed 18 years ago by
Keywords: | Confirmed IE added |
---|---|
Milestone: | → FCKeditor 2.5 |
Version: | → FCKeditor 2.4.2 |
comment:2 Changed 17 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | new → assigned |
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [774].
Click here for more info about our SVN system.
Confirmed with IE6. Ok with FF2.
To be fixed with the new Styles System.