Ticket #1737 (new Bug)

Opened 8 months ago

Last modified 5 months ago

[IE] HTML style value disappears every time wiki page is re edited

Reported by: rohan@… Owned by:
Priority: Normal Milestone:
Component: Project : MediaWiki+FCKeditor Version: FCKeditor 2.5
Keywords: Confirmed IE Cc:

Description

I installed the latest version of FCK editor available on the FCK editor media wiki project page. On my wiki, every time I try to edit 'style'(HTML) on wikitext- for example: style="background-color:red"-

Once I save changes- the background color changes to red.

If I try to re-edit the page, the style becomes style="" and the background color is re set to default. Everytime I try to change style- the same happens.

Kindly help! This is urgent(as am sure is every other ticket- but you get the point.. :-))!

Change History

Changed 7 months ago by w.olchawa

  • keywords Confirmed IE IE7 added; Mediawiki FCKeditor HTML style removed
  • priority changed from High to Normal
  • summary changed from HTML style value disappears every time wiki page is re edited to IE,IE7:HTML style value disappears every time wiki page is re edited

Confirmed
IE : very strange thing happens. e.g.

<font style="background-color:red">red</font>

turns into :

<font size="+0">red</font> word

IE7 : as in the example provided by rohan@… the background color disappears e.g.

<font style="">red</font>

In FF2 everything work fine.

Changed 7 months ago by w.olchawa

  • keywords IE7 removed

Changed 7 months ago by w.olchawa

#1814 has been marked as DUP

Changed 7 months ago by epagien

Line: 589 of fckplugin.js

attStr += ' ' + sAttName + '="' + sAttValue.replace( '"', '&quot;' ) + '"' ;

Error reported around this line of fckplugin.js. Will take a look with ambition to create a fix.

Changed 6 months ago by w.olchawa

  • version set to FCKeditor 2.5
  • summary changed from IE,IE7:HTML style value disappears every time wiki page is re edited to [IE] HTML style value disappears every time wiki page is re edited

#1947 has been marked as DUP

Changed 5 months ago by wwalc

#2070 marked as dup. Partially fixed with [1850].

Note: See TracTickets for help on using tickets.