Skip to main content

Search and Top Navigation

#7887 closed bug (notabug)

Opened November 16, 2011 09:42AM UTC

Closed November 16, 2011 12:33PM UTC

Last modified November 16, 2011 12:33PM UTC

Firefox fails on .tabs('load', ...) after .tabs('url', ...)

Reported by: nagyv Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.tabs Version: 1.8.16
Keywords: Cc:
Blocked by: Blocking:
Description

The provided html with a very simple data.html in the same directory works differently in Firefox, Chrome and Eclipse's web preview.

Requires:

Expected:

  • when clicking the link, data.html should be loaded in the second tab of the top tabs
  • it should raise alert boxes with the following texts and order: beforesend, success, complete

What happens?

Firefox:

  • beforesend is raised
  • a traceback is shown in Firebug

Chromium

  • beforesend, error and complete are raised

Eclipse:

  • beforesend, success, complete are raised
  • the contents of data.html is shown in "Fül2", but its height is not modified.
Attachments (0)
Change History (2)

Changed November 16, 2011 12:33PM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

There's no reason this should be successful since data.html doesn't exist.

Changed November 16, 2011 12:33PM UTC by scottgonzalez comment:2

component: ui.coreui.tabs