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.
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: noneor 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.