Ticket #8103 (closed bug: fixed)
Sortable: cursorAt Documentation in error
| Reported by: | gruber76 | Owned by: | gruber76 |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8.18 |
| Component: | [meta] ui.docs | Version: | 1.8.17 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
http://jqueryui.com/demos/sortable/#option-cursorAt
Documentation does not reflect current version. Actual functionality appears to match Draggable's cursorAt: http://jqueryui.com/demos/draggable/#option-cursorAt
Change History
comment:2 Changed 16 months ago by gruber76
- Status changed from pending to new
You are correct, sorry for the confusion on my part. The Code Example, however, is incorrect and reflects the passing of a string rather than an object.
comment:3 Changed 16 months ago by rdworth
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from 1.9 to 1.8.18
Thanks. Fixed at http://docs.jquery.com/UI/API/1.8/Sortable#option-cursorAt . Will update on jqueryui.com/demos once 1.8.18 goes live
Note: See
TracTickets for help on using
tickets.


How so? Sortable cursorAt says
Draggable cursorAt says
To me, that's two different ways of saying exactly the same thing.