-
Notifications
You must be signed in to change notification settings - Fork 189
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
Recent changes to UI Themes have broken Table rendering on Mac #2171
Comments
We did this change by intention and already tested this in-house our company. We did not get bad feedback about this. |
|
This should be fixed with #2181. If not pls. re-open. |
Yes, it is. Thanks! |
Edit - ignore. See below. |
@Phillipus we had reverted the changes that we had done for Table control. Table control no longer has a grey background. I think you are referring to Views which have Tree control. we have set the background of Tree Control to grey. Could you please re-check and confirm |
You're right. I'd forgotten that it was applied to Trees only. Sorry for the noise! |
Show we also apply it for tables? |
Not really. The original issue is that native Mac UI has alternate row coloring in tables and to keep it that way. |
Actually, I was wrong about this, this issue applies to a When a Opened #2395 |
Tested with
eclipse-SDK-I20240807-0710-macosx-cocoa-aarch64
on macOS Sonoma 14.6On Mac, tables should have alternate row colors like this (screenshot from Eclipse 4.32):
The recent changes to the light theme now render a table like this:
Alternate row colors on Mac is a feature (and a useful one, at that) that has always been in Eclipse and is present in many native Mac apps.
The text was updated successfully, but these errors were encountered: