Search and Top Navigation
#5852 closed bug (worksforme)
Opened July 22, 2010 06:51AM UTC
Closed July 24, 2010 01:20AM UTC
Last modified October 11, 2012 09:15PM UTC
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.
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.