Opened 14 years ago

Closed 14 years ago

Last modified 10 years ago

#4768 closed bug (worksforme)

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).

Change History (2)

comment:1 Changed 14 years ago by Scott González

Resolution: worksforme
Status: newclosed

Please provide a test case.

comment:2 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.