Ticket #783 (closed feature: duplicate)

Opened 6 years ago

Last modified 6 years ago

drag handler needs to be set up to trigger a done callback

Reported by: tschaub Owned by:
Priority: minor Milestone:
Component: Handler.Drag Version: 2.4
Keywords: Cc:
State:

Description

Controls that use the drag handler should know when it is done dragging. The 'done' condition is met on mouseout and mouseup. Controls shouldn't have to know about browser events.

Attachments

drag_done.patch Download (2.0 KB) - added by tschaub 6 years ago.
Set up the drag handler to tell controls when it is done

Change History

Changed 6 years ago by tschaub

Set up the drag handler to tell controls when it is done

Changed 6 years ago by tschaub

  • keywords review added

please review

Changed 6 years ago by crschmidt

Can we test this somehow? Even just calling 'mouseup' or whatever on the handler and making sure that it calls 'complete' would be good...

Changed 6 years ago by tschaub

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

marking as a duplicate of #812

Changed 6 years ago by tschaub

  • keywords review removed
Note: See TracTickets for help on using tickets.