Ticket #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: | ||
| Blocking: | Blocked by: |
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
Note: See
TracTickets for help on using
tickets.


Probably related to #4133.