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
When opening a modal, focus is applied to the first focusable element w/in the modal. If the first focusable element is set to display: none or otherwise hidden w/ CSS, it will attempt but fail to set focus to that element and instead apply it to the modal itself. Ideally Modal.setFocusToFirstNode() would check for visibility.
The text was updated successfully, but these errors were encountered:
When opening a modal, focus is applied to the first focusable element w/in the modal. If the first focusable element is set to
display: none
or otherwise hidden w/ CSS, it will attempt but fail to set focus to that element and instead apply it to the modal itself. IdeallyModal.setFocusToFirstNode()
would check for visibility.The text was updated successfully, but these errors were encountered: