-
Notifications
You must be signed in to change notification settings - Fork 896
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
md-menu flashes while closing #5519
Comments
I wasn't able to reproduce this in Firefox 123 on macOS 14.3.1. Does it happen outside of the catalog or on https://material-web.dev/components/menu/stories/? I can't see the visuals with the stack trace posted, can you post a screen recording video? |
Hey, I also can not reproduce it on FF 123. Screen.Recording.2024-03-11.at.22.43.08.movBTW <md-*-select> examples on https://material-web.dev/components/select/#usage seems to be broken in FF 123: Screen.Recording.2024-03-11.at.22.59.27.mov |
I'd stick with testing https://material-web.dev/components/select/stories/ since the inline demos may be introducing other problems. Does it happen in all three menu positioning options in FF 124? If absolute or fixed work, it could be an issue with new popover apis that FF is working on. |
I tried all three positioning options, the bug is reproducible on all of them on FF 124 (neither is reproducible on FF 123). BTW the menuPositioning select on FF works only from keyboard. It closes immediately after it is being open on both FF 123 and FF 124. |
What is affected?
Component, Other/unknown
Description
When I close
md-menu
it starts disappearing animation, then just when it is done, it shows an empty menu for a couple of frames and then it is finally gone.Especially annoying if the menu is big enough
Reproduction
It could be visible on this recording: https://share.firefox.dev/3V93LGL
1.490s: menu almost transparent
1.491s (next frame): menu is fully opaque again
1.51s (next frame): menu finally disappeared.
Workaround
Disable animation with
quick
propertyIs this a regression?
No or unsure. This never worked, or I haven't tried before.
Affected versions
reproducable on 1.2.0, 1.3.0
Browser/OS/Node environment
Firefox 124.0b8 (64-bit), macOS 14.4 (23E214)
The text was updated successfully, but these errors were encountered: