Search and Top Navigation
#3132 closed bug (fixed)
Opened July 24, 2008 03:51AM UTC
Closed November 03, 2008 01:47PM UTC
Sortable events bug
Reported by: | ziadoz | Owned by: | paul |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.sortable | Version: | 1.5b4 |
Keywords: | sortables, draggables, events | Cc: | |
Blocked by: | Blocking: |
Description
If you have a sortable with a link in it and begin dragging it using the link then release the sortable with your mouse still over the link, the link fires (using latest SVN commit).
For more info on the bug (and some sample code) see Google Group thread:
http://groups.google.com/group/jquery-ui/browse_thread/thread/76626b3c085d3ceb#
Attachments (0)
Change History (4)
Changed July 25, 2008 03:07AM UTC by comment:1
component: | ui.core → ui.sortable |
---|
Changed July 26, 2008 09:21AM UTC by comment:2
This is due to the default helper being changed from clone to original.
Changed August 16, 2008 03:12PM UTC by comment:3
keywords: | ui, core, sortables, draggables, events → sortables, draggables, events |
---|---|
milestone: | 1.6b → 1.6 |
priority: | major → minor |
status: | new → assigned |
Changed November 03, 2008 01:47PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | assigned → closed |
Fixed in r856.