-
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). |
I scanned that very long issue and I'm not sure exactly where the POC code actually exists. So while I like visually what I see now on Windows 10, if no one can spend the effort to emulate that (which seems tricky with respect to theme adjustments) then I like that this PR provides a working solution that we can actually commit. In my opinion, we need to move forward one way or the other before M1. So if someone has a better way and is willing to create a PR for it, that would be a good thing. |
Fully agree. From UX perspective the solution looks quite fine and I don't expect that anyone proposes a better one soon. |
No code but @wahlbrink proposed possible solution "(A) Mimic Win 10 / Add blue box (as proposed)" here - is that possible or a no go? |
I think anything that changes the size needed to render the decoration is disruptive and will likely lead to visual inconsistencies. |
For menu items of type CHECK and RADIO with an image, it create an second image with a checkmark/circle over the original image.