Search and Top Navigation
#8501 closed bug (fixed)
Opened August 14, 2012 07:37PM UTC
Closed August 14, 2012 09:00PM UTC
Last modified August 14, 2012 09:00PM UTC
1.8 Compat; Position still uses $.curCSS
Reported by: | shnitz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.23 |
Component: | ui.position | Version: | 1.8.22 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Noticed stable branch had jQuery 1.8 added. That being the case Position will need an update as $.curCSS was removed,
https://github.com/jquery/jquery-ui/blob/1-8-stable/ui/jquery.ui.position.js#L104
Attachments (0)
Change History (3)
Changed August 14, 2012 07:49PM UTC by comment:1
Changed August 14, 2012 09:00PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Position: Create curCSS alias if it doesn't exist. Fixes #8501 - 1.8 Compat; Position still uses $.curCSS.
Changeset: 04df2b95421bc6c440b4205d88c6a56e84fdee30
Changed August 14, 2012 09:00PM UTC by comment:3
milestone: | 1.9.0 → 1.8.23 |
---|
Nevermind, browser had cached old 1.8.21 instead of 1.8.22.