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 comment:1
milestone: | TBD → 1.6 |
---|---|
priority: | minor → major |
Changed February 13, 2009 10:09PM UTC by comment:2
owner: | → klaus.hartl |
---|---|
status: | new → assigned |
Changed February 19, 2009 08:22PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | assigned → closed |
[2111]
Probably related to #4133.