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

JDT tooltips are blank when MS Edge browser is used in Eclipse using "-Dorg.eclipse.swt.browser.DefaultType=edge" #398

Closed
jjohnstn opened this issue Sep 20, 2022 · 2 comments

Comments

@jjohnstn
Copy link

jjohnstn commented Sep 20, 2022

Copying from: eclipse-jdt/eclipse.jdt.ui#248

If running Eclipse with -Dorg.eclipse.swt.browser.DefaultType=edge under e.g. Windows 11 or 10, the tooltips shown by JDT in for example Java editors are empty. This is probably due to SWT issues with the Browser component being MS Edge and not MS Internet Explorer (or MS Edge in MSIE compatibility mode on Windows 11).
Eclipse 2022-09 RC1 under Windows 11

Below, you will see the tooltip on a boolean variable:

image

If -Dorg.eclipse.swt.browser.DefaultType=edge is not specified, it works, both in Windows 10 and 11:

image

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)

  2. JRE/JDK version

Workaround (or) Additional context
If -Dorg.eclipse.swt.browser.DefaultType=edge is not specified, it works, both in Windows 10 and 11:

@Phillipus
Copy link
Contributor

Same as #212

@akurtakov
Copy link
Member

Duplicate of #212

@akurtakov akurtakov marked this as a duplicate of #212 Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants