Actions
Bug #18160
closedGMENU does not generate onfocus and onblur events
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-02-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Several online validation tools for accessablility complain about missing onfocus and onblur in graphical rollover GMENUs.
This is, what http://www.webagogo.be/tools/accessibility/ tells me:
- onmouseover event handler missing onfocus event handler on line 56: # * <a href="de/oper/willkommen.html" title="Oper" onmouseover="over('img7_d789_0');" onmouseout="out('img7_d789_0');" >
- script not keyboard accessible - onmouseout missing onblur on line 56: # * <a href="de/oper/willkommen.html" title="Oper" onmouseover="over('img7_d789_0');" onmouseout="out('img7_d789_0');" >
The fix should be rather simple.
(issue imported from #M7441)
Updated by Alexander Opitz over 11 years ago
- Category deleted (
Communication) - Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Christian Welzel over 11 years ago
i dont know, i have no GMENUs in my latest projects.
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
Closed as commented.
Actions