Actions
Bug #20874
closedGMENU_FOLDOUT does not render the onclick event (and becomes useless)
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-08-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you use a GMENU_FOLDOUT the needed onclick= property will not be added to the menu anchor hrefs.
The core ignores the
$this->I['addATagParams']=''
Property.
I think it should be:
$this->I['linkHREF']["onClick"]
(at least this works for me)
(issue imported from #M11705)
Files
Updated by Ferdinand Kuhl about 15 years ago
Is GMENU deprecated? No interest at all at this bug?
The patch provided fixes the issue in gmenu_foldout.php...
Updated by Christian Kuhn over 11 years ago
- 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