-
Notifications
You must be signed in to change notification settings - Fork 184
Description
When running Eclipse IDE for Enterprise Java and Web Developers (2025-06 release) on Windows 11, UI rendering artifacts appear on secondary monitors configured with a different scale factor (e.g., 125%). Some images/icons display with black boxes or incorrect rendering.
[Run -> Run Configuration]
Environment:
Eclipse IDE 2025-06 (tested also with Eclipse 2025-09 RC2)
Windows 11
Multi-monitor setup with different scale factors (e.g., primary monitor 100%, secondary monitor 125%)
Steps to Reproduce:
Launch Eclipse 2025-06 on Windows 11.
Use a dual-monitor setup where one monitor is set to 100% scaling and another is set to 125%.
Open the IDE on the secondary monitor (with 125% scaling).
Observe UI elements and icons.
Expected Behavior:
Icons and images should render normally, without artifacts, regardless of monitor scale factor.
Actual Behavior:
Some images/icons display with black boxes or rendering glitches on the monitor with a non-100% scale factor.
Additional Notes:
Issue is reproduced only in Windows OS
Issue occurs even when “Monitor-specific UI Scaling” is enabled in Eclipse Preferences.
Tried Windows compatibility settings → Override high DPI scaling behavior → System (Enhanced), but the issue persists.
Issue is not reproduced when both monitors use 100% scaling.
Verified with latest Eclipse 2025-09 RC2; the issue still exists.