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
Philip Breau
created issue -
Philip Breau
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Philip Breau [ philip.breau ] |
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
|
Philip Breau
made changes -
Affects Version/s | 4.0.BETA [ 10770 ] |
Philip Breau
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 4.0 [ 11382 ] | |
Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |