#8254 closed bug (fixed)
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.
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Milestone: | 1.9 → 1.8.21 |
---|
Note: See
TracTickets for help on using
tickets.
Position: Patch .offset( fn ) setter for jQuery 1.3.2. Fixes #8254 - Position module throws uncaught exception on IE8 with jQuery 1.3.2.