Ticket #3552 (closed bug: fixed)

Opened 22 months ago

Last modified 19 months ago

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:

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

nested-mouse.patch Download (0.9 KB) - added by scott.gonzalez 19 months ago.

Change History

Changed 22 months ago by scott.gonzalez

  • milestone changed from TBD to 1.6

Changed 22 months ago by paul

  • status changed from new to closed
  • resolution set to fixed

Fixed in r1000.

Changed 19 months ago by scott.gonzalez

  • status changed from closed to reopened
  • resolution fixed deleted

Reintroduced in r1763.

Changed 19 months ago by scott.gonzalez

Changed 19 months ago by scott.gonzalez

  • status changed from reopened to closed
  • resolution set to fixed

Fixed in r1818.

Note: See TracTickets for help on using tickets.