#5852 closed bug (worksforme)
Tabs: Memorisation of incomplete URLs does not work in Firefox
Reported by: | alexcollins | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.tabs | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using UI Tabs in Firefox (tested on 3.5.5 and 3.6.7), and the code suggested in the documentation, to trigger changes to the browser's location, rather than loading in-page, does not work if a relative or absolute URL (eg /foo/bar) is entered for the <a> tag.
If a complete URL is entered (http://foo.bar/) the behaviour is correct.
Example file showing this use attached.
This works correctly in Safari and Chrome. Incorrect behaviour seen also in main git repository.
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | open-over-broken.html added |
---|
comment:1 Changed 13 years ago by
I am not seeing an issue here http://jsbin.com/egusu3/2/edit
It behaves exactly the same in Firefox and on Chrome to me.
If I use the same nonworking urls you provide in the HTML Firefox/Chrome will 404 those tabs and not navigate to them. If I provide working urls like in my jsbin example the tabs will navigate.
Can you explain what exactly isn't working? Otherwise I am going to close this as worksforme.
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Sample use showing failing behaviour in Firefox.