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

Make menu moveable/draggable #510

Open
kjy5 opened this issue Aug 31, 2023 · 1 comment
Open

Make menu moveable/draggable #510

kjy5 opened this issue Aug 31, 2023 · 1 comment
Assignees
Labels
feature New feature or request
Milestone

Comments

@kjy5
Copy link
Member

kjy5 commented Aug 31, 2023

Menu placement can get in the way and it would be nice to be able to move it slightly at times

@kjy5 kjy5 added the feature New feature or request label Aug 31, 2023
@kjy5 kjy5 added this to the v1.0.X milestone Aug 31, 2023
@dbirman
Copy link
Member

dbirman commented Sep 1, 2023

Adding dragging isn't too complex, but the edge cases (when the menu hits the screen boundaries) are annoying. I would generally lean toward not doing this and instead fencing the UI more clearly when we switch to UI toolkit.

If we want to support it for elements, I used to have a UIDraggable class in the original VBL project, not sure if I can dig that up still

@dbirman dbirman modified the milestones: v1.0.X, v2.0.X Jan 28, 2024
@dbirman dbirman self-assigned this Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants