Bug #16669

GMENU_LAYERS: Menu items without Submenus are not reset after RO

Added by Johannes Reinig over 6 years ago. Updated about 1 month ago.

Status:Rejected Start date:2006-10-25
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
TYPO3 Version:4.0 Complexity:
PHP Version:
Votes: 0

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)


Related issues

related to Core - Task #46358: Separate ext:statictemplates code from core Resolved 2013-03-16

History

Updated by Christian Kuhn about 1 month ago

  • Category deleted (Communication)
  • Status changed from New to Rejected
  • Target version deleted (0)
  • PHP Version deleted (4)

With 6.1 issue #46358, the _layers menus where moved to statictemplates, and statictemplates was removed from core afterwards. This issue won't be solved in the core anymore.

Also available in: Atom PDF