You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ListItem has an enabled state that is set by various ListItem-derived components.
This causes issues when gui-v2 needs to provide some default behaviour when an item is clicked, or for key navigation, when items cannot be disabled as that makes them non-focusable.
Investigate ways to rework ListItem and derived components to address this.
ListItem has an
enabled
state that is set by various ListItem-derived components.This causes issues when gui-v2 needs to provide some default behaviour when an item is clicked, or for key navigation, when items cannot be disabled as that makes them non-focusable.
Investigate ways to rework ListItem and derived components to address this.
Issues that depend on this:
The text was updated successfully, but these errors were encountered: