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

Empty java-doc hover tool-tip with Edge browser in Eclipse #212

Closed
niraj-modi opened this issue Jun 20, 2022 · 6 comments
Closed

Empty java-doc hover tool-tip with Edge browser in Eclipse #212

niraj-modi opened this issue Jun 20, 2022 · 6 comments
Labels
edge Edge Browser Windows Happens on Windows OS
Milestone

Comments

@niraj-modi
Copy link
Member

niraj-modi commented Jun 20, 2022

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:

  • Empty Java-doc hover tool-tip is seen with Java Editor.

Expected behavior
Java-doc contents should be shown similar to embedded IE.

Screenshots
https://bugzillaattachments.eclipsecontent.org/bugs/attachment.cgi?id=285441

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

Version since
4.19

Workaround (or) Additional context
Use embedded IE instead of Edge.

@niraj-modi niraj-modi added edge Edge Browser Windows Happens on Windows OS labels Jun 20, 2022
@felipeaf
Copy link

felipeaf commented Aug 9, 2022

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.

@akurtakov
Copy link
Member

@felipeaf It's definitely different bug as the underlying browser engine under Ubuntu is not MS Edge.

@0x3b879
Copy link

0x3b879 commented Sep 20, 2022

Same issue with Debian 11, MS Edge and Version: 2022-09 (4.25.0) Build id: 20220908-1902.

@akurtakov
Copy link
Member

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.

@mfvalenta
Copy link

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.

amartya4256 added a commit to amartya4256/eclipse.platform.swt that referenced this issue Sep 30, 2024
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
@amartya4256
Copy link
Contributor

Fixed with #1395

@sratz sratz added this to the 4.34 M1 milestone Oct 7, 2024
@sratz sratz closed this as completed Oct 7, 2024
amartya4256 added a commit to amartya4256/eclipse.platform.swt that referenced this issue Oct 15, 2024
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
amartya4256 added a commit to amartya4256/eclipse.platform.swt that referenced this issue Oct 16, 2024
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
amartya4256 added a commit to amartya4256/eclipse.platform.swt that referenced this issue Oct 16, 2024
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
amartya4256 added a commit to amartya4256/eclipse.platform.swt that referenced this issue Oct 16, 2024
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
amartya4256 added a commit to amartya4256/eclipse.platform.swt that referenced this issue Oct 16, 2024
This update ensures that the Edge browser triggers a FocusIn event for its listeners whenever the WebView gains focus.

contributes to eclipse-platform#212
HeikoKlare pushed a commit to amartya4256/eclipse.platform.swt that referenced this issue Oct 16, 2024
This update ensures that the Edge browser triggers a FocusIn event for its listeners whenever the WebView gains focus.

contributes to eclipse-platform#212
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
edge Edge Browser Windows Happens on Windows OS
Projects
None yet
Development

No branches or pull requests

7 participants