Skip to main content

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.

Attachments (0)
Change History (2)

Changed January 24, 2009 08:35AM UTC by klaus.hartl comment:1

priority: majorminor
type: bugenhancement

Changed January 24, 2009 08:56AM UTC by klaus.hartl comment:2

resolution: → wontfix
status: newclosed

There is an option already: selected has highest priority