Actions
Bug #23618
closedhtmlArea RTE: Erratic behaviour of toolbar in some browsers
Start date:
2010-09-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The behaviour of the RTE toolbar may be erratic in some strange ways in TYPO3 4.4+;
In IE7, when setup.override.navFrameResizable = 1 is set in UserTSConfig, the toolbar buttons are just not reacting. (See issues #23441 and #23441).
In WebKit browsers, the focus is stolen on every second click in the toolbar, resulting in erratic behaviours of the RTE. (See issue #23441).
(issue imported from #M15818)
Files
Updated by Stanislas Rolland about 14 years ago
The attached patch works around the issue, presumably somehow caused by ExtJS, by replacing the clickevent on toolbar buttons by a mousedown event.
Updated by Stanislas Rolland about 14 years ago
Committed to SVN TYPO3core trunk (revision 8914) and branch TYPO3_4-4 (revicion 8915).
Actions