Opened 18 years ago

Last modified 13 years ago

#1349 closed Bug

Mozilla style="-moz-style: -moz-initial" — at Initial Version

Reported by: Scott McNaught Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.4.3
Keywords: HasPatch Cc:

Description

Sometimes mozilla can pollute html with -moz-xxx: moz-initial styles.

This breaks w3c style validation, and is unnecessary and annoying.

Can I suggest that when the editor switches to source, a regexp replace is ran that removes these styles.

Something like this would do the trick...

if(FCKBrowserInfo.IsGeckoLike) {

sHTML = sHTML.replace( /\s*-moz-[:]+: -moz-initial\s*;/g, ) ;

}

Cheers

Scott

scott.mcnaught@…

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