-
Notifications
You must be signed in to change notification settings - Fork 166
[win32] Add workaround for missing selection indicator for menu item with image on Win11 (#501) #2143
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
base: master
Are you sure you want to change the base?
Conversation
with image on Win11 (eclipse-platform#501) For menu items of type CHECK and RADIO with an image, it create an second image with a checkmark/circle over the original image.
This problem is the only reason why I have not upgraded by system to Windows 11. Can you show a screen capture of how it looks with and without your changes? I'm not sure I can really test/see that on Windows 10. This problem has festered for years and I don't think Windows 11 itself will ever make the problem go away. It would be great for this to be reviewed to make any necessary changes or improvements. |
What should happen is that the menu item image is highlighted by a surrounding square (blue in light theme). Wasn't this possible as POC in #501? |
The should happen is based on how it looked before, which was quite (very) nice. In fact kind of nicer visually than this proposal and more familiar. But, at this point 6 months later, I'm willing to say what should happen is something, maybe even anything reasonable, because that is better than nothing at all which we have currently and have had for far too long. I really hope to see movement here... |
Yes, I think that approach is prettier. 😍 I just don't know if it's harder to implement and maybe harder to match the native styling. I don't know much, except that I'm willing to compromise at this point... |
Thank you for this proposal! At first glance, the change looks quite straightforward and should hopefully be of low risk. Still the question is if we want to process this for the upcoming release given that we are short before M3 (and at least I will not have time to have a more thorough look into this until Thursday). |
For menu items of type CHECK and RADIO with an image, it create an second image with a checkmark/circle over the original image.