HTMLDialogElement gets focus on initial click on Chromium
After opening the HTMLDialogElement the first click inside of it also focuses the dialog element on Chromium. Basically each first click within the dialog fires the focus event. Thant is not the case on Firefox. In my current use case,…