Ticket #4146 (closed bug: fixed)
$.ui.mouse: don't prevent click event if mouseup occurs on a different element than mousedown
| Reported by: | scott.gonzalez | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.7 |
| Component: | ui.core | Version: | 1.6rc6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
If you use a helper for draggable, the mouseup will occur on a different element than mousedown, but the flag to prevent the click event is still set. This causes the next click to be prevented.
See jquery-ui-dev thead.
Change History
Note: See
TracTickets for help on using
tickets.


Fixed in r2081.