You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
In MDC Select's DOM structure, the element that receives focus is not the element that ripple/states styles are hooked up to. The element that receives focus is above the ripple surface element, which means :focus-within won't work either.
Solving this would require either rethinking the DOM structure, or seeing if we can get away with attaching the ripple to the root element instead (as mentioned in #1725).
This is sort of overshadowed by #1726 anyway, but this issue would still exist even if that were fixed.
The text was updated successfully, but these errors were encountered:
In MDC Select's DOM structure, the element that receives focus is not the element that ripple/states styles are hooked up to. The element that receives focus is above the ripple surface element, which means
:focus-within
won't work either.Solving this would require either rethinking the DOM structure, or seeing if we can get away with attaching the ripple to the root element instead (as mentioned in #1725).
This is sort of overshadowed by #1726 anyway, but this issue would still exist even if that were fixed.
The text was updated successfully, but these errors were encountered: