Fix regression in Onion Services authentication prompt focus
The patch for #41856 (closed) was removed at some point (probably in a rebase), so we've regressed it.
STR are the same:
- Open http://pierovlcy7baatz7xcaccbf2kanct3hvkhcgedz4cbrmcg2ybmjalxad.onion/ and wait for the authorization prompt
- Move the focus to a different window
- Click back onto the prompt (which should be visible because is rendered on top of all the other windows)
- Try to type into the "Enter your privae key for this onion service" text field
The old patch needs just minor adjustments for conflict resolution.