Ticket #5852 (closed bug: worksforme)

Opened 3 years ago

Last modified 7 months ago

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:
Blocking: Blocked by:

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

open-over-broken.html Download (3.6 KB) - added by alexcollins 3 years ago.
Sample use showing failing behaviour in Firefox.

Change History

Changed 3 years ago by alexcollins

Sample use showing failing behaviour in Firefox.

comment:1 Changed 3 years ago by Rwhitbeck

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 3 years ago by scott.gonzalez

  • Status changed from new to closed
  • Resolution set to worksforme

comment:3 Changed 7 months ago by scott.gonzalez

  • Milestone TBD deleted

Milestone TBD deleted

Note: See TracTickets for help on using tickets.