Actions
Bug #21535
closedhtmlArea RTE: Selecting element from status bar does not work in Safari
Start date:
2009-11-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Whwn using Safari or any Apple WebKit-based browser, if one tries to select an element by clicking on the element in the status bar, the target element is highlighted but is not really selected. Clicking again selects the element. Clicking again toggles to the previous state.
(issue imported from #M12566)
Files
Updated by Stanislas Rolland about 15 years ago
Solution: Use mousedown event rather than click event in gecko browsers.
Updated by Stanislas Rolland about 15 years ago
Committed to SVN TYPO3core trunk (revision 6402) and branch TYPO3_4-2 (revision 6403).
Actions