My case is under condition: The non modal dialog has input inside, and it doesn't close when clicking outside
When the non modal dialog is open, I cannot focus on input in main page. When I clicking on input in main page, the focus jumps to the first input in the dialog
I tried mainPageInput.focus() not working. Also I tried dialogInput.blur() first then mainPageInput.focus() still not working
their tabIndex are "0" as default