Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Invalid
-
Affects Version/s: 2.0.0
-
Fix Version/s: 3.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:IF 2, Adv. Comps tabSet component, FF 3.6, Chrome 8, etc.
Description
Testing of keyboard navigation with the ace-showcase app., tabSet demos shows the following issues with the Animation demo:
- Once focus is on a tab, pressing "enter" on focussed tab selects that tab, but only half of the expected animation executes (the tab pane text fades out, but the new tab is not made visible). Once this happens the first time, the tab selection state is corrupted and multiple tabs can appear selected a the same time, but the tab pane doesn't reflect the selected tab, etc.
Seems to work as expected when the mouse click is used to select the tab, but breaks when the "enter" key is used to select the tab. Looks like it might be related to the default "submit on enter" feature of the IF2 bridge. Perhaps the enter key should be processed by the tabSet component and not allowed to bubble up the dom.
- Once focus is on a tab, pressing "enter" on focussed tab selects that tab, but only half of the expected animation executes (the tab pane text fades out, but the new tab is not made visible). Once this happens the first time, the tab selection state is corrupted and multiple tabs can appear selected a the same time, but the tab pane doesn't reflect the selected tab, etc.
Seems to work as expected when the mouse click is used to select the tab, but breaks when the "enter" key is used to select the tab. Looks like it might be related to the default "submit on enter" feature of the IF2 bridge. Perhaps the enter key should be processed by the tabSet component and not allowed to bubble up the dom.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23638 | Sun Dec 19 22:25:50 MST 2010 | adnan.durrani | Fix towards |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/ace/component/src/org/icefaces/component/tab/TabSetRenderer.java
MODIFY /icefaces2/trunk/icefaces/ace/component/resources/org.icefaces.component.tab/tabset.js |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23488 | Sun Dec 12 17:31:43 MST 2010 | adnan.durrani | Fix for |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/ace/component/resources/org.icefaces.component.tab/tabset.js
MODIFY /icefaces2/trunk/icefaces/ace/component/resources/org.icefaces.component.animation/animation.js |