#5720 closed bug (duplicate)
Google Chrome 5.0.375.70 : Draggable Cursor doesn't appear
Reported by: | Bludlust | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.core | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The cursor appears in Firefox 3.6.3 and IE 8 but not in Chrome.
$("#dragObject").draggable({
cursor: 'crosshair', cursorAt: { top: 2, left: 2 }
});
Note: See
TracTickets for help on using
tickets.
Duplicate of #5678