Skip to main content

Search and Top Navigation

#4768 closed bug (worksforme)

Opened August 11, 2009 01:19PM UTC

Closed August 11, 2009 03:31PM UTC

Last modified October 11, 2012 09:15PM UTC

jQuery UI core plus jQuery 1.3.2 causes crash in W3C box model check

Reported by: fletch Owned by:
Priority: minor Milestone:
Component: ui.core Version: 1.7.2
Keywords: document.body Cc:
Blocked by: Blocking:
Description

Crash at jquery-1.3.2.js line 3204.

document.body is null or not an object.

not sure how this comes about, since the line that crashes is inside a jQuery(function() {}); call. document.body should be ready by then, shouldn't it?

the crash also occurs when iutils.js (from Interface) is used with the jQuery core. Which is interesting - is that based on the same code, maybe?

I am developing for a specific browser so I have modified the function to simply return true for W3C box model support. So a fix is not urgent.

I am also raising this on the jQuery core bug tracker, since the bug actually occurs in their code (although not when that library is used on its own).

Attachments (0)
Change History (2)

Changed August 11, 2009 03:31PM UTC by scottgonzalez comment:1

resolution: → worksforme
status: newclosed

Please provide a test case.

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

milestone: TBD

Milestone TBD deleted