#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 8 years ago by
Status: | new → open |
---|---|
Summary: | JQuery UI Accordion - aria-expanded not set to false when collapsing expanded tab → Accordion: aria-expanded not set to false when collapsing expanded tab |
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Accordion: Set aria-expanded
when collapsing
Fixes #10703 Closes gh-1413
Changeset: ab798cb4646cfeb79f1949eb70cd64813a248d87
comment:4 Changed 8 years ago by
Milestone: | none → 1.12.0 |
---|
comment:5 Changed 8 years ago by
Accordion: Set aria-expanded
when collapsing
Fixes #10703 Closes gh-1413 (cherry picked from commit ab798cb4646cfeb79f1949eb70cd64813a248d87)
Changeset: dc2b17d62f77e6f9795eecdebb0d37603ffd285b
comment:6 Changed 8 years ago by
Milestone: | 1.12.0 → 1.11.3 |
---|
PR: https://github.com/jquery/jquery-ui/pull/1413