As a user,
I want your application to randomly steal focus
So that,
I enter my password managers main password into a chat box

@xssfox
Best i can do is text boxes which validate the input in js after every character and forces the user to reselect the text box for every character.

Also: clicking in the box auto selects all existing text

Did i mention this was a password field?

@RedstoneLP2 @xssfox not to mention those that force the cursor to the end of the input after every input making it almost impossible to insert anything at the start. E.g. adding +1 before a US phone number can be very trying at times.