[TYPO3-core] FYI: Fixed bug #11003: htmlArea RTE: empty mutuallyExclusiveClasses array may cause js error

Stanislas Rolland typo3 at sjbr.ca
Tue Apr 28 22:31:19 CEST 2009


FYI: The attached SVN patch was committed.

Type:
Bugfix

Problem:
When mutuallyExclusiveClasses array is not specified in Page TSConfig, a 
js error may be raised. The error is raised when an empty js array is 
generated which is found to have a property that corresponds to a css 
class name.

Solution:
Convert the empty configuration array into an empty js object. Check 
that the value of the object property is a regular expression (has a 
test function).

Bugtracker references:
http://bugs.typo3.org/view.php?id=11003

Branches:
trunk (revision 5374)

Regards,
Stanislas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtehtmlarea_bugfix_11003_trunk.patch
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090428/ad1843d1/attachment-0001.txt 


More information about the TYPO3-team-core mailing list