Search and Top Navigation
#3925 closed enhancement (wontfix)
Opened January 24, 2009 01:55AM UTC
Closed January 24, 2009 08:56AM UTC
conflict between location.hash and class=ui-tabs-selected
Reported by: | roywb | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.tabs | Version: | 1.6rc5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If I am using location.hash for another purpose (history/state or as an actual anchor) and I have selected the second tab by setting the class to ui-tabs-selected, the first tab will be selected because the code will try to set the tab using the hash (without success) and skip the code that looks for ui-tabs-selected among the <li>s.
Maybe an option should exist to turn off location hash checking or vise versa.