Project

General

Profile

Actions

Bug #18160

closed

GMENU does not generate onfocus and onblur events

Added by Christian Welzel almost 17 years ago. Updated over 11 years ago.

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:

  1. 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');" >
  1. 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)

Actions

Also available in: Atom PDF