Elizabeth Mitchell

Results 221 comments of Elizabeth Mitchell

This looks like this is the popover issue with dialogs. Can you try adding a [`menu-positioning="popover"`](https://github.com/material-components/material-web/blob/main/docs/components/select.md#properties) attribute on the select?

Gotcha, I think it might be limited to Safari iOS. I wasn't able to reproduce on Safari macOS (and Chrome on iOS is just webkit safari under the hood). My...

This doesn't seem accessible, since the active tab element can be moved much further away from the pointer that clicked on it. What's your motivation for moving it to the...

Ah I see, it's much more noticeable when scrolling from a tab off screen. The use case I'm thinking of and handling would be something like this, clicking on "Drums"...

Speaking from memory, I'm pretty sure whether or not a scrollbar appears is dependent on the browser, OS, and user preferences. For example, in Chrome on my Android Pixel, a...

Repurposing this issue to track the slider NTC update. Linear progress is tracked in https://github.com/material-components/material-web/issues/5451

Hm, conceptually I think they're still properties in the sense that they're expected to be written, unlike a method which is usually expected not to be changed. Open to arguments...

> Sorry I don't really have any arguments but for the sake of learning I want to ask why are they considered functions then? why not `openAnimation` and `closeAnimation` directly?...

> Oops sorry @asyncLiz I meant why they should be functions and not an object directly? I originally made them functions so that users could have more options to create...

I'm not sure I know a good use case for why animation generation would need to be asynchronous to justify introducing `await` task timing complexities.