-
Notifications
You must be signed in to change notification settings - Fork 149
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
Scrollbars in Dark Theme broken on Windows Arm64 version 24H2 #1763
Comments
When I made #1547 I checked also the arm64 version, and the Instead of
we now have only
The address of This whole approach of validating the function content in prevision that the exported ordinal (135) might change in future versions is really fragile. I wonder if there is any precedence of such internal API ordinals ever having changed? I'll provide a PR for the 24H2 validation. |
I wonder if there is any precedence of such internal API ordinals ever having changed? My thoughts since the get go. |
I've merged the change for now to get things running again, but maybe we really should consider relaxing/dropping these validations in the future. |
Description
With the upgrade to version
24H2
of Windows on Arm64, the SWT scrollbars in Dark Theme remainlight
rather than turning dark/black as should be expected. This problem affects the Eclipse IDE release2024-12
, as well as the latest4.35M2
platform SDK.I guess this is a continuation of the work in PR #1172
cc @hmartinez82 @SyntevoAlex
To Reproduce
Here's the screenshot when running the test snippet Bug562043_DarkTableNoHover.java and using the relevant
swt.jar
as provided by the4.35M2
platform SDK build:Expected behavior
The scrollbars should turn dark/black in Dark Theme.
Environment:
Here's the current
24H2
version of Windows on Arm64:Version since
The issue affects both Eclipse IDE version 2024-12 (4.34) and the latest
4.35M2
version of the platform SDK.Workaround (or) Additional context
None, unless one is willing to downgrade back to the pre-24H2 version of Windows on Arm64.
Note that this issue happens on the Windows on Arm64 only; it doesn't happen on the Windows x64 even with
24H2
version.The text was updated successfully, but these errors were encountered: