BrightspaceUI / core

A collection of accessible, free, open-source web components for building Brightspace applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dialog focus management Safari issues

dlockhart opened this issue · comments

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.