fritzing / fritzing-app

Fritzing desktop application
http://fritzing.org
Other
3.96k stars 822 forks source link

User's mouse select / drag action should have little threshold before drag operation #976

Open davidperrenoud opened 10 years ago

davidperrenoud commented 10 years ago

From dirk.van...@gmail.com on December 21, 2009 13:12:30

What steps will reproduce the problem? 1. Attach a pen tablet (e.g. Wacom tablet) to your computer

  1. Open an example in Schematic View
  2. Try to select a schematic wire (without creating a new bend point!) What is the expected output? What do you see instead? It is expected that also a clumsy select action (which is a mouse down directly followed by a 1 or 2 px drag thereafter) performs the desired select operation. Instead trying to select a wire using the tablet results in a newly created bend point.

Such drag operations (e.g. creating a bend in Schematic View or drawing a trace in PCB View) should have a "forgiving" drag threshold of 1 or 2 pixels before the actual drag operation starts.

Original issue: http://code.google.com/p/fritzing/issues/detail?id=976

davidperrenoud commented 10 years ago

From irasc...@gmail.com on June 30, 2011 14:36:36

Anybody with a tablet out there? Is this bug still open?

Status: Accepted
Cc: lionel.m...@gmail.com

davidperrenoud commented 10 years ago

From ShawnKLe...@gmail.com on November 27, 2011 19:00:24

I hope this get's fixed. I want to use my wacom tablet with this software and this would get annoying fast.

failiz commented 3 years ago

Remove imported label. Related to #1573, where they proposed to use QApplication::startDragDistance(): "various drag functions could use this constant when deciding that some drag motion was big enough to be considered the start of a drag"