#13493 closed bug (fixed)
Position broken with core git
Reported by: | Alexander Schmitz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | ui.position | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Due to changes in offset in jQuery Core the position tests are failing. Core will now throw an error if you pass window
or document
to .offset()
Change History (3)
comment:1 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 7 years ago by
Milestone: | none → 1.12.0 |
---|---|
Version: | git (not yet released) → 1.11.4 |
Note: See
TracTickets for help on using
tickets.
Position: Guard against passing window to offset
Starting in jQuery 3.0 this will throw an error
Fixes #13493 Closes gh-1565