[TYPO3-core] FYI: Fixed bug #15880: htmlArea RTE: Context menu not working in TYPO3 4.4.3 and 4.5-dev

Stanislas Rolland typo3 at sjbr.ca
Sun Oct 3 04:07:45 CEST 2010


FYI: The attached SVN patch was committed.

Type:
Feature/cleanup

Problem:
Clicking on any option of the RTE context menu closes the menu without 
performing any action.

This is due to fix to issue 0015818.

ExtJS option clickEvent was configured in order to use mousedown event 
on the toolbar buttons, rather than click event, in some browsers. 
However, when the context menu fires the click event, no event is 
triggered, whatever the browser.

Solution:
Have the context menu fire own custom event.

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

Branches:
trunk (revision 8943)

Regards,
Stanislas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtehtmlarea_bugfix_15880_trunk.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20101002/d98a0a26/attachment.asc>


More information about the TYPO3-team-core mailing list