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

Hightlight hovered items even if they are selected already in the FileSystem #7404

Open
mieldepoche opened this issue Jul 28, 2023 · 1 comment · May be fixed by godotengine/godot#99361
Open
Milestone

Comments

@mieldepoche
Copy link

Describe the project you are working on

prototype

Describe the problem or limitation you are having in your project

As you can see in this recording:

simplescreenrecorder-2023-07-28_17.47.31.webm

items don't get highlighted on hover if they are part of a selection.

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Highlight the hovered item in another color if it happens to be part of a selection. The item alone should be highlighted and not the whole selection since clicking it clears the selection.

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

use yet another highlight (a slightly brighter one than the current "selected" overlay) and show it when each item is hovered.
Here's how nautilus behaves:

simplescreenrecorder-2023-07-28_17.51.30.webm

If this enhancement will not be used often, can it be worked around with a few lines of script?

it's a minor UX thing that occurs often

Is there a reason why this should be core and not an add-on in the asset library?

tiny core ux change

@KoBeWi
Copy link
Member

KoBeWi commented Jul 29, 2023

The Control in question is an ItemList.

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

Successfully merging a pull request may close this issue.

4 participants