Search and Top Navigation
#8254 closed bug (fixed)
Opened April 12, 2012 03:42PM UTC
Closed May 08, 2012 09:45PM UTC
Last modified May 08, 2012 09:45PM UTC
Position module throws uncaught exception on IE8 with jQuery 1.3.2
Reported by: | SeanMcMillan | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.21 |
Component: | ui.position | Version: | 1.8.18 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In the "position" module, the test for fraction support calls $(div).offset() with a function parameter. This only works on jQuery 1.4+. The end result of this is that on jQuery 1.3.2, the "top" css property ends up being set to 'NaNpx'. Sensible browsers ignore this, but IE8 throws an exception.
Position: Patch .offset( fn ) setter for jQuery 1.3.2. Fixes #8254 - Position module throws uncaught exception on IE8 with jQuery 1.3.2.
Changeset: 3cf2b7c45facd0e01edbaeec74082382f1da1499