[bug] Alt+Tab -ing to window won't focus its contents on Windows with unstable
feature (can't interact with content using keyboard)
#13466
Labels
scope: unstable flag
Issue only occures with "unstable" feature flag enabled
status: needs triage
This issue needs to triage, applied to new issues
type: bug
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When you Alt + Tab to a Tauri window, or otherwise focus it without clicking on its contents, you are unable to interact with its contents without first clicking inside of it.
Reproduction
Add
unstable
feature toexamples/api
app:tauri/examples/api/src-tauri/Cargo.toml
Lines 29 to 36 in b0ddee8
Build and start the example app.
Press Alt + Tab to un-focus it.
Press Alt + Tab to focus it again
Press Tab
Expected behavior
Pressing Tab moves focus to the next HTML element.
Full
tauri info
outputStack trace
Additional context
The bug does not appear without
unstable
. The same goes for our own app.This looks highly related to #9755 (fixed by #13222).
The text was updated successfully, but these errors were encountered: