Ticket #1943 (new Bug)

Opened 2 years ago

Last modified 2 years ago

[IE] Insertion of extra span when toggling sub or sup

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

Description (last modified by w.olchawa) (diff)

The issue I just noticed looks a bit similar as the one described in Ticket #1509

To reproduce it:
1. Type <p>some text</p> in Source View
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

Changed 2 years ago by kwillems

By the way: i'm using version 2.6b

Changed 2 years ago by mosipov

  • description modified (diff)

Changed 2 years ago by w.olchawa

  • keywords Confirmed IE added
  • version set to FCKeditor 2.6 Beta
  • description modified (diff)
  • summary changed from Insertion of extra span when toggling sub or sup to [IE] Insertion of extra span when toggling sub or sup

Confirmed in IE.

It occurs in both 2.6beta and in the latest SVN version.

Note: See TracTickets for help on using tickets.