Actions
Bug #19909
closedMenu_layers obstructs links below menu layers when hidden - IE only
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-01-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
XMenu_layers using the visibility:hidden to hide menus and display menus. However, in IE, works in FF, any normal links that are positioned under the hidden menu layer, will be seen, but you can not click on the link.
The menu_layer is tranparent when hidden, however it blocks any links underneath.
A possible solution is to use display:none and display:block instead of visibility:hidden and visibility:visible;
Changing just the layerstyle in the menu TS, is not enough, this will probably require changes to the scripts.
(issue imported from #M10258)
Updated by Christian Kuhn over 11 years ago
- Category deleted (
Communication) - Status changed from New to Rejected
- Target version deleted (
0)
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