-
Notifications
You must be signed in to change notification settings - Fork 33
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
Undo/redo is via shortcut is triggers multiple actions #874
Undo/redo is via shortcut is triggers multiple actions #874
Comments
we are currently experiencing the same issue with all Key Bindings, like Ctr+H for opening the Eclipse Search. I will open a PR soon. |
Without this fix there are duplicated Key Binding Triggers on WebKit as the fix provided by BrowserKeyBindingForwarderInstaller is only an Issue on Chrome and Edge
I did some further investigations, it seems like this is an SWT Issue. On the GLSP Part, I was somehow able to reduce this issue by disabling the mentioned BrowserKeyBindingForwarderInstaller. |
I created eclipse-platform/eclipse.platform.swt#1200 to report this behavior to SWT as I am able to reproduce this in a plain SWT Webkit Browser without any GLSP specifics |
@N1k145 Thank you very much for your analysis and for opening the SWT bug! It would be great if we get that resolved. 🤞 Thanks! |
Using the keyboard shortcuts for undo/redo results in multiple Undo/Redo actions for one key-stroke.
OS: Linux. Browser: Webkit
The text was updated successfully, but these errors were encountered: