-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In schematic right clicking then moving a label causes a jump in position #3895
Comments
I have trouble to reproduce this issue. But when I right-click on a label, it can not be moved at all in Fritzing 0.9.9 ? The context menu will be shown instead, as expected. We have fixed a similar issue related to undo/redo, but I think that was already in 0.9.7 |
I could reproduce it in 0.9.9. I think you have to move the label first (with the left button) and then try to right click. |
Still an issue in 1.0.2. Steps:
|
Trying to reproduce this here, but the right click menu immediately appears when pressing the right mouse button. When you right click the resistor itself, does the menu also delay until the button is released again? |
Which input device are you using? Mouse or touchpad? I am currently testing on Linux, with a mouse. |
I'm in windows with a mouse |
Yes, the menu only appears when releasing the button, both for the resistor or the label |
I was able to reproduce it on windows as you described. Behavior of reacting on release vs on press is due to the OS conventions. The fix works on Windows (emulator), with Ubuntu, mouse and touchpad. |
Current Behaviour
If you place a part in schematic, then right click on the label and move it slightly (1 grid line in this case) the position jumps a large distance.
like this
if you left click on the label and move it it moves as expected only 1 grid line without jumping a large (and apparently random) direction,.
Build:
Version 0.9.9
(bCD-348-0-f0af53a9 2021-09-22) 64 [Qt 5.15.2]
Operating System:
Windows 10
Steps to reproduce:
Expected Behaviour
The label should move with the mouse as a left mouse click does not jump.
The text was updated successfully, but these errors were encountered: