Ticket #3552 (closed bug: fixed)

Opened 15 months ago

Last modified 13 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 (0.9 kB) - added by scott.gonzalez 13 months ago.

Change History

Changed 15 months ago by scott.gonzalez

  • milestone changed from TBD to 1.6

Changed 15 months ago by paul

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

Fixed in r1000.

Changed 13 months ago by scott.gonzalez

  • status changed from closed to reopened
  • resolution fixed deleted

Reintroduced in r1763.

Changed 13 months ago by scott.gonzalez

Changed 13 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.