Skip to main content

Search and Top Navigation

#4134 closed bug (fixed)

Opened February 12, 2009 04:52PM UTC

Closed February 19, 2009 08:22PM UTC

Inconsistent href in IE/FF for newly added tabs: "http://domain.com/#name" vs "#name"

Reported by: aleemb Owned by: klaus.hartl
Priority: major Milestone: 1.7
Component: ui.tabs Version: 1.6rc6
Keywords: Cc:
Blocked by: Blocking:
Description

When adding a new tab using tabs('add', '#target', 'my target') the resulting tab has a different href. In FF the href tag points to '#target' while in IE7 the href reads 'http://domain.com/#target'. This causes some selectors to fail and requires handling each scenario distinctly. This is using the latest code that exists in trunk as of today (rc6+).

Attachments (0)
Change History (3)

Changed February 12, 2009 11:38PM UTC by jzaefferer comment:1

milestone: TBD1.6
priority: minormajor

Probably related to #4133.

Changed February 13, 2009 10:09PM UTC by klaus.hartl comment:2

owner: → klaus.hartl
status: newassigned

Changed February 19, 2009 08:22PM UTC by klaus.hartl comment:3

resolution: → fixed
status: assignedclosed

[2111]