Opened 12 years ago
Closed 12 years ago
#3132 closed bug (fixed)
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#
Change History (4)
comment:1 Changed 12 years ago by
Component: | ui.core → ui.sortable |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Keywords: | ui core removed |
---|---|
Milestone: | 1.6b → 1.6 |
Priority: | major → minor |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
This is due to the default helper being changed from clone to original.