#8501 closed bug (fixed)
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
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
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
comment:3 Changed 11 years ago by
Milestone: | 1.9.0 → 1.8.23 |
---|
Note: See
TracTickets for help on using
tickets.
Nevermind, browser had cached old 1.8.21 instead of 1.8.22.