[TYPO3-core] FYI: Fixed bug #10326: htmlArea RTE: Cleaning on paste broken in older versions of Mozilla/Firefox

Oliver Hader oliver at typo3.org
Mon Feb 2 14:52:38 CET 2009


Hi Stan,

Stanislas Rolland schrieb:
> FYI: The attached SVN patch was committed.
> 
> Type:
> Bugfix
> 
> Problem:
> In versions of Mozilla/Firefox older than 2008-02-05, in which onPaste
> events were not fired, enableWordClean is broken on paste operations.
> 
> Solution:
> Make correct function reference for delayed cleaning after paste operation.
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=10326
> 
> Branches:
> typo3_4-2 (revision 4917)
> trunk (revision 4916)

Thanks for the fix. In typo3html-parser.js you have a call to
"this.clean(this.editor._doc.body)", but the function is only defined as
"clean()". However, by looking into the code, it works since the body
gets fetched using this.editor...

olly
-- 
Oliver Hader
TYPO3 Release Manager 4.3


More information about the TYPO3-team-core mailing list