Skip to content

Commit

Permalink
Document ghost focus
Browse files Browse the repository at this point in the history
  • Loading branch information
PoignardAzur committed Jan 14, 2025
1 parent 4153f6f commit 786638e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions masonry/src/doc/06_masonry_concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ Active focus is the default one; inactive focus is when the window your app runs

In that case, we still mark the widget as focused, but with a different color to signal that e.g. typing on the keyboard won't actually affect it.

### Ghost focus

If a user clicks on a non-focusable widget, future tab events will still navigate the widget tree as if that widget was focused.

This concept is referred to internally as "ghost focus".


## Disabled

Expand Down

0 comments on commit 786638e

Please sign in to comment.