Opened 17 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>&nbsp;</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 17 years ago by Frederico Caldeira Knabben

Keywords: Confirmed IE added
Milestone: FCKeditor 2.5
Version: FCKeditor 2.4.2

Confirmed with IE6. Ok with FF2.

To be fixed with the new Styles System.

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Owner: set to Frederico Caldeira Knabben
Status: newassigned

comment:3 Changed 17 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

Fixed with [774].

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