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 doesn't select the item under the mouse cursor, so the contextual menu doesn't affect the right-clicked event. #1627

Closed
phantomdesvin opened this issue Jun 30, 2023 · 1 comment
Labels
Bug 🐞 Something isn't working Critical 💩

Comments

@phantomdesvin
Copy link

phantomdesvin commented Jun 30, 2023

When the user wants to delete an event from the timeline, for example, he will use the right click over that specific event to open the contextual menu and then click on delete. The problem is that the right click doesn't select the event, so if no event is selected the delete option won't work, and if the user has another event selected he will delete that event and not the one he made right click over. Trying to undo that action also didn't work, but I guess that's a different issue with the undo feature.

Windows 10, Dialogic 2.0 alpha 8, Godot 4.0.3

@Jowan-Spooner Jowan-Spooner added Bug 🐞 Something isn't working Critical 💩 labels Jun 30, 2023
@Jowan-Spooner Jowan-Spooner added this to the Version 2.0 (beta) milestone Jun 30, 2023
Jowan-Spooner added a commit that referenced this issue Jul 1, 2023
- fix for #1627
- adds undo/redo support to the right click actions
Jowan-Spooner added a commit that referenced this issue Jul 4, 2023
#1630)

- fix for #1627
- adds undo/redo support to the right click actions
@Jowan-Spooner
Copy link
Collaborator

This should be fixed on main by #1630

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 Something isn't working Critical 💩
Projects
None yet
Development

No branches or pull requests

2 participants