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).
Please provide a test case.