Modify

Opened 14 years ago

Closed 14 years ago

#4242 closed defect (fixed)

[PATCH] Clicks are ignored in draw mode, if mouse is moving at all

Reported by: Pekka Lampila <pekka.lampila@…> Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: draw mouse click release ignored Cc: pekka.lampila@…

Description

DrawAction only acceps mouse clicks where you press and release the mouse in the same position. This can be very confusing and annoying, clicks seem to be just ignored.

I'll attach a simple patch that makes DrawAction use mouseReleased instead of mouseClicked to fix the issue.

Attachments (2)

drawaction-released.diff (1.5 KB ) - added by Pekka Lampila <pekka.lampila@…> 14 years ago.
Patch to use mouseReleased instead of mouseClicked for DrawAction
deleteaction-released.diff (936 bytes ) - added by Pekka Lampila <pekka.lampila@…> 14 years ago.
Patch to use mouseReleased instead of mouseClicked for DeleteAction

Download all attachments as: .zip

Change History (4)

by Pekka Lampila <pekka.lampila@…>, 14 years ago

Attachment: drawaction-released.diff added

Patch to use mouseReleased instead of mouseClicked for DrawAction

by Pekka Lampila <pekka.lampila@…>, 14 years ago

Attachment: deleteaction-released.diff added

Patch to use mouseReleased instead of mouseClicked for DeleteAction

comment:1 by Pekka Lampila <pekka.lampila@…>, 14 years ago

Cc: pekka.lampila@… added
Summary: Clicks are ignored in draw mode, if mouse is moving at all[PATCH] Clicks are ignored in draw mode, if mouse is moving at all

comment:2 by Gubaer, 14 years ago

Resolution: fixed
Status: newclosed

(In [2692]) fixed #4242: patch by Pekka Lampila: Clicks are ignored in draw mode, if mouse is moving at all

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.