-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Radio Tile Group
outline disappear problem
#6306
Comments
Radio Tile Group
outline disappear problem
Hey @ZhuoyueLyu! 👋 Could you share your use-case for zooming out at 67% or lower? |
Hi, @joshblack Yeah, 67% is a little bit extreme, but currently, this bug will appear at 90% or lower. (Which is still pretty common, I guess? I'm just wondering if there is any once-all-for-all solution other then change the |
@ZhuoyueLyu yeah, it's definitely a hard one. It seems like when we go smaller than 100% that Chrome will change the outline width to 1.11111px due to sub-pixel rendering 😞 we can definitely look and see what our options are, most likely switching over to border or box-shadow. |
@joshblack Okay, I see...agreed. I've tried the |
@ZhuoyueLyu Thank you for your patience on this! You should see a fix here: #8258 |
Hi, I'm Zhuoyue from the IBM Watson Studio UI team and am currently working on developing UI for AutoAI.
The
Radio Tile Group
's outline disappears under 70% Zoom or smaller. This seems to be the bug for Chrome alone, in the safari everything is fine.Safari
Chrome
Safari
Chrome
A temporary fix we are using is to add the following code inside the
tilesContainer
of the respective.scss
, but this only partially solves the problem. If we zoom in 67% or less, we need an even smalleroutline-offset
to make sure the outline shows up correctly. But under smalleroutline-offset
, the 110% or more zoom in will looks weird. So I think this component should be updated for this situation. Thanks!The text was updated successfully, but these errors were encountered: