Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7DR#3
-
Component/s: ICE-Components
-
Labels:None
-
Environment:n/a
-
ICEsoft Forum Reference:
-
Support Case References:
Description
For Section 508 compliance, the menuBar component should support a mechanism to display child menus using the keyboard alone.
All onmouseover event handlers in the menu could also use the onfocus event handler. If possible we should wire the MenuBar to use onfocus handler as well as the onmouseover handler.
If the user tabs through the page and focusses on a top-level menu-item, it should display it's child menu then (if it's not already displayed). The same applies for any other child menus, onfocus on the menuitem should display an associated child menu if it isn't already displayed.
You should look at this in conjunction withICE-1232 as they are likely to inter-relate.
All onmouseover event handlers in the menu could also use the onfocus event handler. If possible we should wire the MenuBar to use onfocus handler as well as the onmouseover handler.
If the user tabs through the page and focusses on a top-level menu-item, it should display it's child menu then (if it's not already displayed). The same applies for any other child menus, onfocus on the menuitem should display an associated child menu if it isn't already displayed.
You should look at this in conjunction with
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15719 | Tue Feb 05 13:05:35 MST 2008 | adnan.durrani | Fix for the second issue of |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/lib/extras/keyboardNavigator.js
MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/menubar/MenuBarRenderer.java MODIFY /icefaces/trunk/icefaces/bridge/build.xml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15419 | Tue Dec 18 13:48:38 MST 2007 | adnan.durrani | Fix for |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/menubar/MenuItemRenderer.java
MODIFY /icefaces/trunk/icefaces/bridge/component/menu.js |