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
Describe the bug
The CSS of close IconButton (hover and focus state) is misaligned with the icon on the header dialog full screen when the dialog is default opened. But when clicked or browser size changed, it fixed by itself.
@jdgamble555 - found a weird workaround: setting ripple={false} seems to work for the misaligned positioning of the ripple on hover. But it does still get focus when opening the modal dialog.
Describe the bug
The CSS of close IconButton (hover and focus state) is misaligned with the icon on the header dialog full screen when the dialog is default opened. But when clicked or browser size changed, it fixed by itself.
To Reproduce
Steps to reproduce the behavior:
open
variable totrue
instead offalse
(line 39)Expected behavior
Same as the example when the dialog is opened through button click
Screenshots
(The close button is also autofocused without any action or hardcoded)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: