Skip to main content

Search and Top Navigation

#13493 closed bug (fixed)

Opened July 08, 2015 04:14AM UTC

Closed July 08, 2015 04:17AM UTC

Last modified June 19, 2016 11:51AM UTC

Position broken with core git

Reported by: arschmitz 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()

Attachments (0)
Change History (3)

Changed July 08, 2015 04:17AM UTC by Alexander Schmitz comment:1

resolution: → fixed
status: newclosed

Position: Guard against passing window to offset

Starting in jQuery 3.0 this will throw an error

Fixes #13493

Closes gh-1565

Changeset: b3a9b13a218cd90b7cf67be5d5f8ad6e76c557b0

Changed June 19, 2016 11:50AM UTC by scottgonzalez comment:2

milestone: none1.12.0
version: git (not yet released)1.11.4

Changed June 19, 2016 11:51AM UTC by scottgonzalez comment:3

#14986 is a duplicate of this ticket.