Opened 12 years ago
Closed 12 years ago
#7300 closed bug (fixed)
collapsible accordion in IE8 not toggling aria-expanded and aria-selected tags
Reported by: | pegomes | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.accordion | Version: | 1.8.12 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Steps to reproduce: 1) Open \demos\accordion\collapsible.html in IE8. 2) This will display the collapsible accordion with Section1 open. 3) Click Section1 to toggle Section1 closed. 4) Click Section4 to toggle Section4 open. 5) Use your favorite tool to examine the DOM. Notice both Section1 and Section4 have aria-expanded and aria-selected set to true. Only Section4 should have these aria tags set to true.
Note: See
TracTickets for help on using
tickets.
This has already been fixed in master.