mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
accordion: call .blur() so ui-state-focus class gets removed from last-focused header. See r1945
This commit is contained in:
parent
b8f1e92817
commit
a5c31c097c
@ -354,7 +354,7 @@ $.widget("ui.accordion", {
|
||||
|
||||
}
|
||||
|
||||
toHide.prev().attr('aria-expanded','false').attr("tabIndex", "-1");
|
||||
toHide.prev().attr('aria-expanded','false').attr("tabIndex", "-1").blur();
|
||||
toShow.prev().attr('aria-expanded','true').attr("tabIndex", "0").focus();
|
||||
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user