Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 9 months ago by Scott González
- Status changed from new to closed
- Resolution set to fixed
Position: Create curCSS alias if it doesn't exist. Fixes #8501 - 1.8 Compat; Position still uses $.curCSS.
Changeset: 04df2b95421bc6c440b4205d88c6a56e84fdee30
Note: See
TracTickets for help on using
tickets.


Nevermind, browser had cached old 1.8.21 instead of 1.8.22.