Skip to main content

Search and Top Navigation

#3600 closed bug (notabug)

Opened November 18, 2008 11:54AM UTC

Closed December 08, 2008 05:20PM UTC

Last modified October 11, 2012 09:15PM UTC

Preloading of tabs broke at r864

Reported by: skorpan Owned by: klaus.hartl
Priority: major Milestone:
Component: ui.tabs Version: 1.6rc2
Keywords: tabs, settimeout, 10053, software, caused, connection, abort Cc:
Blocked by: Blocking:
Description

When I use revision 861 of ui.tabs preloading of tabs works perfectly well, but when I use the next version of it (revision 864) my server breaks. The problem occurs both in IE7 and FF3, but I haven't tested it in other browsers.

The comment for revision 864 is: "UI Tabs: fixed tabs select causing page to jump bug, removed cruft form former history integration which will work differently anyway"

I'm using Django. Using Lighttpd with FastCGI, I get this error:

2008-11-18 11:55:59: (connections.c.344) connection closed - read failed: Software caused connection abort 113

Using Django's development server, I get this version:

error: (10053, 'Software caused connection abort')

The strange thing is that this problem doesn't occur when I use setTimeout with a long enough delay, i.e. something like setTimeout(function () { tabs.tabs('load', 1); }, 200);. I'd doubt that this is a problem caused by Django, since it has been tested and used by a vast amount of different web sites and because it uses Python's socket.py which is even further tested.

I will attach the code I'm testing this with, it's very short.

Attachments (2)
  • test.html (0.8 KB) - added by skorpan November 18, 2008 11:55AM UTC.

    The HTML for the test.

  • test.js (0.1 KB) - added by skorpan November 18, 2008 11:54AM UTC.

    The JavaScript for the test.

Change History (2)

Changed December 08, 2008 05:20PM UTC by klaus.hartl comment:1

resolution: → invalid
status: newclosed

I have my doubts that this can be caused by the plugin. Serving up with Apache as a quick test does not give me an error.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted