Actions
Bug #16669
closedGMENU_LAYERS: Menu items without Submenus are not reset after RO
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-10-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
On a page with a GMENU_LAYERS (TMENU used for the second level), GMENU elements which have no submenus are not switched back to the original state after a RO.
I solved this issue "quick & dirty" for a specific project:
1. the used double quotes in tslib\media\scripts\gmenu_layers.php (function extProc_beforeLinking) are converted to " - this might be a problem (did not check this, because changing them to single quotes did not solve the problem)
2. the GL_resetAll function used for onmouseout does not restore the original state; quick fix was to add 'GL'.$this->WMid.'_out(\'\');' to the JS onmouseout.
(issue imported from #M4434)
Actions