Opened 17 years ago

Last modified 13 years ago

#1943 closed Bug

Insertion of extra span when toggling sub or sup — at Initial Version

Reported by: Koen Willems Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.6 Beta
Keywords: IE Cc:

Description

The issue I just noticed looks a bit similar as the one described in http://dev.fckeditor.net/ticket/1509

To reproduce it:

  1. <p>some text</p>
  2. select the part 'text'
  3. hit the button for 'sub' or 'sup'
  4. move the cursor inside the part 'text'
  5. hit the button for 'sub' or 'sup' again

The result is:

<p>some text<span id="1204151324434S" style="display: none">&nbsp;</span></p>

This only occurs in IE

Regards,

Koen

Change History (0)

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