Search and Top Navigation
#3552 closed bug (fixed)
Opened November 07, 2008 02:09PM UTC
Closed January 28, 2009 01:22AM UTC
document elements can't retrieve mouse down/up event when dragging layer
Reported by: | mark.leung | Owned by: | paul |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.core | Version: | 1.5.2 |
Keywords: | mouse event bubble | Cc: | |
Blocked by: | Blocking: |
Description
Summmary:
When using draggable plugin to enable the dragging feature on the layer, at the moment of dragging layer, the elements which register on document and listen to the mouse down event will not work.
Problem Desc:
http://groups.google.com/group/jquery-ui/browse_thread/thread/61297f6c2504eac9?hl=en
Root Cause:
The function mouseDown/mouseUp/mouseMove at the file ui.core.js will always return false, and then jQuery will stop the mouse event bubbling, that the elements register on document and listen to the mouse event will not works.
Impact:
All elements handlers which rely on the mouse down/up event will not work.
Attachments (1)
Change History (4)
Changed November 23, 2008 01:25PM UTC by comment:1
milestone: | TBD → 1.6 |
---|
Changed November 23, 2008 06:00PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r1000.
Changed January 25, 2009 03:41PM UTC by comment:3
resolution: | fixed |
---|---|
status: | closed → reopened |
Reintroduced in r1763.
Changed January 28, 2009 01:22AM UTC by comment:4
resolution: | → fixed |
---|---|
status: | reopened → closed |
Fixed in r1818.