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

Issue with palette selection tools not staying selected persists in Archi 5.4.0/5.4.1 #1076

Closed
IronSolder opened this issue Sep 12, 2024 · 6 comments

Comments

@IronSolder
Copy link

Archi Version

5.4.0/5.4.1

Operating System

Debian 12

Archi Plug-ins

None

Description

Still have the issue with palette selection tools not staying selected in Archi 5.4.0/5.4.1 when selecting relations.
Switched back to Archi 5.3 without this issue.

Steps to reproduce

  1. Select relation palette tool e.g. Magic Connector.
  2. Select object 1 for connection -> ok
  3. When mouse pointer is moved over another object, it only can be selected as object 2 for connection BEFORE object information is displayed. As soon as the object information is displayed, the selection of the relation palette tool is lost.
@Phillipus
Copy link
Member

Can you explain in more detail what this means:

When mouse pointer is moved over another object, it only can be selected as object 2 for connection BEFORE object information is displayed. As soon as the object information is displayed, the selection of the relation palette tool is lost.

Or perhaps a screen capture to show this?

@Phillipus
Copy link
Member

It's because the tooltip is grabbing the focus. This is a regression from here - eclipse/gef-classic@843e56c

I'll fix it. In the meantime either disable tooltips in preferences or create the connection before the tooltip shows.

@Phillipus
Copy link
Member

I have a fix for the next version. I'll wait until next week to release the fix in case something else shows up.

Phillipus added a commit that referenced this issue Sep 12, 2024
… Tooltip

- The fix in 42f4319 caused a regression on Linux Wayland
- See #1076
- See eclipse/gef-classic#469
Phillipus added a commit that referenced this issue Sep 12, 2024
… Tooltip

- The fix in 42f4319 caused a regression on Linux Wayland
- See #1076
- See eclipse/gef-classic#469
@IronSolder
Copy link
Author

Unfortunately I wasn't fast enough to record a screen video. But in the meantime the problem could be understood without it. :-)

Disabling the tooltip is a much more pleasant option than frantically selecting the target object before the tooltip appears... .

I also confirm the behavior that the tooltips are not displayed in the correct position, but for me this is only a small blemish and does not particularly disrupt work.

Thanks for the quick response!!

Phillipus added a commit that referenced this issue Sep 12, 2024
… Tooltip

- The fix in 42f4319 caused a regression on Linux Wayland
- See #1076
- See eclipse/gef-classic#469
@Phillipus
Copy link
Member

Fixed in Archi 5.4.2.

@IronSolder
Copy link
Author

Fix in Archi 5.4.2 confirmed, THANX!

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