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

right-clicking on an element doesn't select it #1099

Open
lvmm opened this issue Dec 5, 2024 · 1 comment
Open

right-clicking on an element doesn't select it #1099

lvmm opened this issue Dec 5, 2024 · 1 comment

Comments

@lvmm
Copy link

lvmm commented Dec 5, 2024

Archi Version

5.4.3.

Operating System

windows 10

Archi Plug-ins

No response

Description

Right-clicking on an element opens the context menu at the point of clicking but action selected in the menu affects currently selected element(s) located elsewhere which is misleading and requires clicking twice: left to select, then right to open the menu. The conventional and convenient behaviour is to unselect previously selected element(s) and select the right-clicked element if it wasn't selected and keep the selection (including multiple) if it was.

Steps to reproduce

  1. left-click on element A - A is selected
  2. right-click on element B and select an action from the menu e.g. delete - it is applied to A, not to B, as expected
@Phillipus
Copy link
Member

Thanks for reporting this. This is a regression introduced in Archi 5.4. This will be fixed in the next version.

Phillipus added a commit that referenced this issue Dec 5, 2024
- This is a regression from 78f1d34
- The workaround is to set the curesor to null when on Mac and right-clicking
- See #1099
Phillipus added a commit that referenced this issue Dec 5, 2024
- This is a regression from 78f1d34
- The workaround is to set the curesor to null when on Mac and right-clicking
- See #1099
Phillipus added a commit that referenced this issue Dec 5, 2024
- This is a regression from 78f1d34
- The workaround is to set the curesor to null when on Mac and right-clicking
- See #1099
- And tody up the code
Phillipus added a commit that referenced this issue Dec 5, 2024
- This is a regression from 78f1d34
- The actual workaround is to set the cursor to null when on Mac and right-clicking
- See #1099
- And tidy up the code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants