Project

General

Profile

Actions

Bug #16669

closed

GMENU_LAYERS: Menu items without Submenus are not reset after RO

Added by Johannes Reinig over 17 years ago. Updated about 11 years ago.

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #46358: Separate ext:statictemplates code from coreClosed2013-03-16

Actions
Actions #1

Updated by Christian Kuhn about 11 years 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.

Actions

Also available in: Atom PDF