Something went wrong on our end. Please try again.
Created by: philipp-spiess
Closes #38276 (closed)
When playing around with this issue, we noticed a few things:
That led me to believe that this has something to do with how we manually transfer the focus to the web view. To my surprise, removing this line would still lead to the behavior we want to an all platforms and also fix the bug on Linux.
Here's what we think went wrong:
autofocus
inside the web view was already working as expected.autofocus
inside the web view will properly focus the right thing, making the manual focus management unnecessary.esc
alt+a
asdf
on repeat. It's not worth sharing a video of that but we tested on: Windows, Ubuntu Linux, and macOS.Check out the client app preview documentation to learn more.