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

Keyboard shortcut [command + a] (select all) does not work in a org.eclipse.swt.browser using Safari #792

Open
NeXT405 opened this issue Aug 31, 2023 · 2 comments
Labels
help wanted Extra attention is needed macOS happens on macOS

Comments

@NeXT405
Copy link

NeXT405 commented Aug 31, 2023

Describe the bug
Keyboard shortcut [command + a] (select all) does not work in a org.eclipse.swt.browser using Safari.

To Reproduce
This can be tested very easily.

  1. open the current eclipse
  2. open the integrated browser
  3. open any website e.g. https://google.com
  4. write something in the search field "this is a test".
  5. press [command + a]
  6. nothing happens

Screenshot 1

Expected behavior
The text in the whole field should be marked.

Screenshot 2

Screenshots

Screenshot 2023-08-31 at 09 19 24 Screenshot 2023-08-31 at 09 20 28

Environment:

  1. Select the platform(s) on which the behavior is seen:
    • All OS
    • Windows
    • Linux
    • macOS
  1. Additional OS info (e.g. OS version, Linux Desktop, etc)
    Testet on MacBook Air 15" with Apple M2, but it doesn't work on other devices either.
    Ventura 13.5, Safari 16.6 (18615.3.12.11.2)

  2. JRE/JDK version
    openjdk 17.0.7 2023-04-18
    OpenJDK Runtime Environment Temurin-17.0.7+7 (build 17.0.7+7)

Version since
Testet on
4.27.0 (Eclipse and our software) and 4.28.0 (STS 4)

Workaround (or) Additional context
We do not know of any workaround

@elsazac
Copy link
Member

elsazac commented Sep 12, 2023

I could reproduce this and I am looking into this issue.

@elsazac
Copy link
Member

elsazac commented Sep 19, 2023

The WebView in the WebKit framework for Mac OS itself is deprecated to accommodate any new functions. For OSX version 10.10 and later, WKWebView class need to be used instead of WebView.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed macOS happens on macOS
Projects
None yet
Development

No branches or pull requests

3 participants