Ticket #1003 (closed bug: fixed)
drag handler doesn't reset properties on left or improperly modified mousedown
| Reported by: | tschaub | Owned by: | tschaub |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.5 Release |
| Component: | Handler.Drag | Version: | 2.5 RC1 |
| Keywords: | Cc: | ||
| State: |
Description
Open click.html. Click once to confirm you get an alert. Shift-drag a zoom box. Click again to see no alert. The drag handler is stopping all clicks where handler.start != handler.last. If a mousedown is right or doesn't match the handlers modifiers, then the start and last properties are left lingering from the last click (which was a drag, so start != last, so the handler will not allow propagation of this click).
Patch to follow.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

