Opened 16 years ago
Closed 16 years ago
#1920 closed bug (fixed)
SlowMode on draggables may be wrong when cursorAtIgnore is on
Reported by: | rbrackett | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | slowMode | Cc: | |
Blocked by: | Blocking: |
Description
If the drag handle of a draggable element is outside of the element's bounds (e.g. it is absolutely positioned to be above the element) and no cursorAt is set (so cursorAtIgnore is true), slowMode winds up getting set to false when it needs to be true.
More info at: http://groups.google.com/group/jquery-ui/browse_thread/thread/237e365430157c46/37cc1875d496b8ac
I have attached a patch in which I simply added a check for whether cursorAtIgnore is true, in which case slowMode must be true.
-Rob
Attachments (1)
Change History (3)
Changed 16 years ago by
Attachment: | slowModePatch.diff added |
---|
comment:1 Changed 16 years ago by
Owner: | set to paul |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The slowMode option will be removed completely in the new rewritten code. Thanks anyway for providing your patch!
Fixed slowMode in ui.mouse.js for when drag handle is outside draggable's bounds