Delay the auto focus of the submit button
authorAlexander Ebert <ebert@woltlab.com>
Wed, 29 Jun 2022 13:47:47 +0000 (15:47 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 29 Jun 2022 13:47:47 +0000 (15:47 +0200)
commit65dbb26e7a69fc3cf9bb9819b82bc535db3645b3
treeae88a953222485be333acdecb5ec2b8c3cf31584
parent9b76f5bb3b6829414cd38cc6b48557cd54022db4
Delay the auto focus of the submit button

Safari delays the execution of the `blur` event on the document which causes the focus shift to happen too early.

Delaying it by two event cycles are enough to provide a consistent experience and to avoid conflicts with the focus trap.

See https://www.woltlab.com/community/thread/296069-best%C3%A4tigung-bei-installation-von-paket-%C3%BCber-entwickler-werkzeuge-nicht-direkt-pe/
ts/WoltLabSuite/Core/Ui/Confirmation.ts
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Confirmation.js