Skip to content

Keyboard interaction does not mark a widget as active #1478

@ilsubyeega

Description

@ilsubyeega

/// The "active" status of a widget.
///
/// A widget is "active" when the user is "actively" interacting with it.
/// Currently, a widget is determined to be active when it has [captured] a pointer,
/// but this may change in the future to account for e.g. keyboard interactions.
///
/// [captured]: crate::doc::masonry_concepts#pointer-capture

For example, like running widgets example, focusing the checkbox component and pressing ENTER does not change the background of checkbox, like pressing the mouse.

a.mp4

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions