Search and Top Navigation
#5720 closed bug (duplicate)
Opened June 10, 2010 11:14PM UTC
Closed June 11, 2010 08:37AM UTC
Last modified October 11, 2012 09:15PM UTC
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 }
});
Duplicate of #5678