-
Notifications
You must be signed in to change notification settings - Fork 137
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
Empty java-doc hover tool-tip with Edge browser in Eclipse #212
Comments
I'm not sure if i should open a new bug or comment here, but i'm having a similar bug in UBUNTU 22.04, with blanck tool-tip and blank internal web browser. Just after opens it works for a few minutes, but something triggers the bug and then, all java-doc hover tool-tip looks exactly like this screenshot. Same with the Internal web browser, it works right after starting Eclipse, but soon all new browser window keeps blank. |
@felipeaf It's definitely different bug as the underlying browser engine under Ubuntu is not MS Edge. |
Same issue with Debian 11, MS Edge and Version: 2022-09 (4.25.0) Build id: 20220908-1902. |
There is no way you can use MS Edge in SWT on Linux, SWT has absolutely zero knowledge about Edge under Linux and will never try to load it. |
This is not an SWT issue. Please see my comment on eclipse-jdt/eclipse.jdt.ui#248 for information on how to address the issue in JDT. |
This commit contributes to the triggering of the event on mouseclick to replace an information control of the javadoc tooltip while using Edge Browser. contributes to eclipse-platform#212
Fixed with #1395 |
This commit contributes to the triggering of the event on mouseclick to replace an information control of the javadoc tooltip while using Edge Browser. contributes to eclipse-platform#212
This commit contributes to the triggering of the event on mouseclick to replace an information control of the javadoc tooltip while using Edge Browser. contributes to eclipse-platform#212
This commit contributes to the triggering of the event on mouseclick to replace an information control of the javadoc tooltip while using Edge Browser. contributes to eclipse-platform#212
This commit contributes to the triggering of the event on mouseclick to replace an information control of the javadoc tooltip while using Edge Browser. contributes to eclipse-platform#212
This update ensures that the Edge browser triggers a FocusIn event for its listeners whenever the WebView gains focus. contributes to eclipse-platform#212
This update ensures that the Edge browser triggers a FocusIn event for its listeners whenever the WebView gains focus. contributes to eclipse-platform#212
Describe the bug
This bug is to support Edge based JavaDoc tooltip in Eclipse, original bugzilla bug report:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=571278
To Reproduce
When Eclipse is launched with Edge browser:
Expected behavior
Java-doc contents should be shown similar to embedded IE.
Screenshots
https://bugzillaattachments.eclipsecontent.org/bugs/attachment.cgi?id=285441
Environment:
Additional OS info (e.g. OS version, Linux Desktop, etc)
JRE/JDK version
Version since
4.19
Workaround (or) Additional context
Use embedded IE instead of Edge.
The text was updated successfully, but these errors were encountered: