#8660 closed bug (fixed)
Tabs: Set initial active tab from location hash for ajax tabs
Reported by: | Mamen | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.1 |
Component: | ui.tabs | Version: | 1.9.0 |
Keywords: | regression | Cc: | |
Blocked by: | Blocking: |
Description
Like in earlier versions, there should be possible to link to a specific tab. For example I expect that this link: http://jqueryui.com/resources/demos/tabs/ajax.html#ui-tabs-2 should go directly to "Tab 2".
Change History (4)
comment:1 Changed 10 years ago by
Keywords: | regression added |
---|---|
Status: | new → open |
Summary: | Direct linking to a tab → Tabs: Set initial active tab view location hash for ajax tabs |
comment:2 Changed 10 years ago by
Summary: | Tabs: Set initial active tab view location hash for ajax tabs → Tabs: Set initial active tab from location hash for ajax tabs |
---|
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:4 Changed 10 years ago by
Milestone: | 1.10.0 → 1.9.1 |
---|
Note: See
TracTickets for help on using
tickets.
Tabs: Use aria-controls instead of the anchor's href to match against location.hash. Fixes #8660 - Tabs: Set initial active tab from location hash for ajax tabs.