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

WebKit under macOS fails to forward multiple keys such as arrow keys to Monaco editor #1331

Open
ivy-lmu opened this issue Jul 9, 2024 · 0 comments
Labels
macOS happens on macOS

Comments

@ivy-lmu
Copy link

ivy-lmu commented Jul 9, 2024

Describe the bug
We embed various webbased editors into Eclipse using swt browser. Some of these editors contain a Monaco editor, but it cannot be used because different keystrokes are not passed to Monaco. Without guarantee of completeness, the following keys are affected:

  • arrow keys (crucial for navigating through the content of the editor & code completion)
  • Delete
  • Backspace (at least new line cannot be deleted)

To Reproduce

  1. open Eclipse
  2. open Internal Web Browser
  3. go to https://microsoft.github.io/monaco-editor/
  4. scroll down to the editor, where you can try out the aforementioned keystrokes that do not work

Expected behavior
All keystrokes should be forwarded to Monaco, as is the case with Linux and Windows.

Screenshots

Bildschirmaufnahme.2024-07-09.um.14.54.21.mov

Environment:

  1. Select the platform(s) on which the behavior is seen:
    • All OS
    • Windows
    • Linux
    • macOS

Version since
at least since Eclipse 2024-3

@elsazac elsazac added the macOS happens on macOS label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
macOS happens on macOS
Projects
None yet
Development

No branches or pull requests

2 participants