Actions
Bug #23664
closedhtmlArea RTE: Context menu not working in TYPO3 4.4.3 and 4.5-dev
Start date:
2010-10-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Clicking on any option of the context menu just closes the menu without performing any action.
This is due to fix to issue #0015818.
ExtJS option was used to use mousedown event on the toolbar buttons, rather than click events, in some browsers. However, when the context menu fires the click event, it is not triggered, whatever the browser.
(issue imported from #M15880)
Files
Updated by Stanislas Rolland about 14 years ago
Attached patch will make the context menu fire own custom event.
Updated by Stanislas Rolland about 14 years ago
Committed to SVN TYPO3core trunk (revision 8943).
Updated by Stanislas Rolland about 14 years ago
Committed to branch TYPO3_4-4 (revision 8946).
Updated by Stanislas Rolland about 14 years ago
Attached follow-up patch committed to trunk in order to remove one comma too many (revision 9004).
Actions