-
Notifications
You must be signed in to change notification settings - Fork 166
[Regression] Can't click on JavaDoc popup, resize or scroll #2072
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
[Regression] Can't click on JavaDoc popup, resize or scroll #2072
Comments
Thank you for reporting it, @nlisker . I added a workaround for the issue. I'll be looking at it together with @amartya4256 . |
Ah, I just realized that I had already reported this a while back: eclipse-jdt/eclipse.jdt.ui#2061 |
Since this issue manifests in JDT but it is actually originated in SWT, I'm reopening this issue and closing eclipse-jdt/eclipse.jdt.ui#2061 as the duplicate (it's easier to track it that way) |
This commit adds MouseEnter and MouseMove event in the PopupCloser, as Edge browser can only react to mouse movements and not mouse clicks. This also makes the beahviour of PopupCloser consistent with AbstractHoverInformationControl:Closer. fixes eclipse-platform/eclipse.platform.swt#2072
From: eclipse-jdt/eclipse.jdt.ui#2187
Version: 2025-06 (4.36)
Build id: I20250423-0800
Windows 10
Opening a popup JavaDoc as shown above does not allow to scroll it, making the continuation unreadable. It's also not resizable. In fact, clicking on it does nothing, but if you click on it and then switch to another non-eclipse window, the popups stay as an overlay.
This is a regression. In
Version: 2024-12 (4.34)
Build id: I20241120-1800
It is both resizable and scrollable, and the controls on the bottom appear. The windowing also behaves correctly after clicking on it.
Workaround
Use the
Tab
key to move from the forst popup to the JavaDoc popupThe text was updated successfully, but these errors were encountered: