Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA, EE-3.3.0.GA_P02
-
Fix Version/s: 4.0, EE-3.3.0.GA_P03
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ACE components
Description
The TabSetRenderer is rendering tabindex="0" on the container div, which breaks page tab flow:
<div class="ui-tabs-panel ui-widget-content ui-corner-bottom" id="form:toDoList" role="tabpanel" tabindex="0">...
<div class="ui-tabs-panel ui-widget-content ui-corner-bottom" id="form:toDoList" role="tabpanel" tabindex="0">...
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41556 | Mon Jun 30 17:48:29 MDT 2014 | philip.breau | ACE TabSet renders unnecessary tabindex on container div - remove tabindex="0" on container divs |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tabset/TabSetRenderer.java
|