Actions
Bug #20156
closedhtmlArea RTE: Initialization fails in presence of Firefox extension Ant.com Toolbar 1.3
Start date:
2009-03-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Firefox extension Ant.com Toolbar 1.3 modifies the browser useragent string to which it appends "Ant.com Toolbar 1.3".
RTE erroneously identifies the browser as Mozilla version 1.3 for which initialization is different. Initialization then fails to complete.
(issue imported from #M10656)
Files
Updated by Stanislas Rolland over 15 years ago
Attached patch fixes the issue.
The problem may also be worked around by going to page
about:config
in Firefox and modifying the value of option
general.useragent.extra.firefox
removing the string added by Ant.com Toolbar.
Updated by Stanislas Rolland over 15 years ago
Committed to SVN TYPO3core trunk (revision 5188) and branch TYPO3_4-2 (revision 5189).
Actions