Skip to content
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

[Display Layout] Right click on item acts as sticky move #3343

Closed
nikhilmandlik opened this issue Sep 2, 2020 · 4 comments · Fixed by #4126 or #4151
Closed

[Display Layout] Right click on item acts as sticky move #3343

nikhilmandlik opened this issue Sep 2, 2020 · 4 comments · Fixed by #4126 or #4151
Labels

Comments

@nikhilmandlik
Copy link
Contributor

nikhilmandlik commented Sep 2, 2020

Description: Any item inside display layout while in edit mode becomes sticky when user right clicks on it.

Testing instructions:

  1. Create display layout
  2. Add any item (eg: line)
  3. Select that item (this should move/resize cursor when hovered)
  4. right click on item
  5. now Move action is sticky (as if mouse down is active)
  6. If you move mouse item moves along with it.

Expected Result:

Right click should not make move action sticky

Actual Result:

Right click on item makes move action sticky.

Console Errors: NA

Screenshots:

move

@akhenry
Copy link
Contributor

akhenry commented Aug 16, 2021

See #3717 (comment) for proposed solution.

@jvigliotta
Copy link
Contributor

Verified Partially Fixed - Testathon: 8/24/2021

This is fixed for "move" but not for "resize" so if you follow the testing instructions, but do so on the corners (for resizing) then the resize will stick like the move did. Same fix needs to be applied for resize.

@khalidadil
Copy link
Contributor

Testing instructions:

  1. Create a display layout and add an object (or use an existing display layout if one exists).
  2. Edit the display layout and use the left mouse button to select and resize the object from any of the 4 corners.
  3. When resizing, click the right mouse button. This should not cause the object to be stuck in the resize mode.

@unlikelyzero
Copy link
Contributor

Verified Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
6 participants