#10703 closed bug (fixed)
Accordion: aria-expanded not set to false when collapsing expanded tab
| Reported by: | keith.abramo | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.11.3 |
| Component: | ui.accordion | Version: | 1.11.2 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
Currently, if you have an accordion tab expanded and you click on that same accordion tab to collapse it, the aria-expanded attribute does not toggle to false.
I have tested this in IE9 and Chrome with the latest version of jQuery UI.
You can view this happening on the jquery ui accordion second example here. http://jqueryui.com/accordion/#collapsible
Change History (6)
comment:1 Changed 2 years ago by tj.vantoll
- Status changed from new to open
- Summary changed from JQuery UI Accordion - aria-expanded not set to false when collapsing expanded tab to Accordion: aria-expanded not set to false when collapsing expanded tab
comment:2 Changed 23 months ago by scottgonzalez
comment:3 Changed 23 months ago by Scott González
- Resolution set to fixed
- Status changed from open to closed
Accordion: Set aria-expanded when collapsing
Fixes #10703 Closes gh-1413
Changeset: ab798cb4646cfeb79f1949eb70cd64813a248d87
comment:4 Changed 23 months ago by scottgonzalez
- Milestone changed from none to 1.12.0
comment:5 Changed 22 months ago by Scott González
Accordion: Set aria-expanded when collapsing
Fixes #10703 Closes gh-1413 (cherry picked from commit ab798cb4646cfeb79f1949eb70cd64813a248d87)
Changeset: dc2b17d62f77e6f9795eecdebb0d37603ffd285b
comment:6 Changed 22 months ago by scottgonzalez
- Milestone changed from 1.12.0 to 1.11.3
PR: https://github.com/jquery/jquery-ui/pull/1413