Search and Top Navigation
#4146 closed bug (fixed)
Opened February 14, 2009 04:24AM UTC
Closed February 14, 2009 04:27AM UTC
$.ui.mouse: don't prevent click event if mouseup occurs on a different element than mousedown
Reported by: | scottgonzalez | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.core | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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.
Attachments (0)
Change History (1)
Changed February 14, 2009 04:27AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r2081.