Opened 14 years ago
Closed 14 years ago
#4134 closed bug (fixed)
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+).
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Priority: | minor → major |
comment:2 Changed 14 years ago by
Owner: | set to klaus.hartl |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
Probably related to #4133.