Ticket #8104 (closed bug: fixed)
Draggable cursorAt demo options incorrect
| Reported by: | gruber76 | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8.18 |
| Component: | [meta] ui.demos | Version: | 1.8.17 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
In summary: the draggable demo titled "cursor styles" is currently demoing "cursor position" (aka cursorAt) due to misconfiguration and, presumably, re-wording of the element's labels over time.
The demo for Draggable's cursor styles ( http://jqueryui.com/demos/draggable/#cursor-style) specifies the "cursor" option within the cursorAt option object, breaking the intended functionality.
Additionally, the text in the draggable elements does not reflect the intended functionality (but does reflect the actual functionality--I'm guessing someone got their wires uncrossed along the way) and should be modified to indicate the change of cursor when the functionality is corrected.
Change History
comment:1 Changed 16 months ago by Richard D. Worth
- Status changed from new to closed
- Resolution set to fixed
comment:2 Changed 16 months ago by Richard D. Worth
Demos draggable: corrected cursor option in cursor-style demos to not be inside of cursorAt option. Fixed #8104 - Draggable cursorAt demo options incorrect (cherry picked from commit 60799826aabda51182caefb67318a52ccdbf9b79)
Changeset: edd52edff48454717daaa2ab8417168d042ffefe


Demos draggable: corrected cursor option in cursor-style demos to not be inside of cursorAt option. Fixed #8104 - Draggable cursorAt demo options incorrect