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
This is because in Safari, focusing when dialogs open is not working. The issue stems from focus helper's use of offsetParent to determine if an element is visible or not. In Safari, all elements inside the dialog appear to have a null offsetParent -- even well after the dialog is opened and definitely visible.
The text was updated successfully, but these errors were encountered:
We're currently skipping the focus management tests in dialog and dialog-confirm.
This is because in Safari, focusing when dialogs open is not working. The issue stems from focus helper's use of offsetParent to determine if an element is visible or not. In Safari, all elements inside the dialog appear to have a
null
offsetParent -- even well after the dialog is opened and definitely visible.The text was updated successfully, but these errors were encountered: