-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Labels
Description
Describe the bug
The internal Browser is not rendering on Linux.
To Reproduce
Install latest Eclipse on Ubuntu 23.04 (X11 not Wayland) or Linux Mint 21.2 and do one of the following:
- Open up the internal Browser and try to view a URL
- Open the Welcome page to try to view the content
- Hover over some Java to invoke the tooltip
- Run a basic SWT Snippet to launch a Browser component and set the URL
Either the browser is blank, or sometimes using the Internal Browser View in Eclipse you might see a little of the content. It also seems to be hanging because there is a long delay closing Eclipse.
Expected behavior
Browser component should render on Linux.
Environment:
- Select the platform(s) on which the behavior is seen:
-
- All OS
-
- Windows
-
- Linux
-
- macOS
- Additional OS info (e.g. OS version, Linux Desktop, etc)
Ubuntu 23.04
GTK 3.24.37
or:
Linux Mint 21.2
GTK 3.24.33
- JRE/JDK version
Temurin-17.0.8+7 (build 17.0.8+7)
Version since
Tested on Eclipse 4.27 and later
Workaround (or) Additional context
None
janesser