Skip to main content

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

http://jsbin.com/elufiv

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.

Attachments (0)
Change History (2)

Changed May 08, 2012 09:45PM UTC by Scott González comment:1

resolution: → fixed
status: newclosed

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

Changed May 08, 2012 09:45PM UTC by scottgonzalez comment:2

milestone: 1.91.8.21