Comment 0 for bug 1575257

Revision history for this message
Cris Dywan (kalikiana) wrote :

Right now a StyledItem within a StyledItem that can have keyNavigationFocus is not supported or documented. The consumer of the API is assumed to use children that don't handle (Shift)Tab navigation.

Example: Button inside TextField
Typically AbstractButton is used here, which has no styling and doesn't take focus.
ListItem on the other hand (which isn't a StyledItem) supports focus rings on children.