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

No editor popup menus in the editor should popup with the cursor over an item #8883

Open
ryevdokimov opened this issue Jan 14, 2024 · 1 comment

Comments

@ryevdokimov
Copy link

ryevdokimov commented Jan 14, 2024

Describe the project you are working on

N/A

Describe the problem or limitation you are having in your project

Mentioned here: godotengine/godot#86952

For example, this popup, shows with 'et' under the cursor:
 
image

This is standard for most software, to allow drag-to-press functionality as fast as possible. Without a resolution to this, a delay is required which won't register a click if a user is fast enough.

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

Rework popup menus across the editor, so that they don't popup under the cursor.

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

In the particular instance above I think that menu should be inside a scroll container as to not take up the whole height of the screen.

In another circumstance, the menu should popup above.

image

What it should do:

image

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

N/A

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

N/A

@Sauermann
Copy link

The bugreport godotengine/godot#81297 would be solved, if this got implemented.

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

No branches or pull requests

3 participants