-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Tried to test new FocusOrder attribute in TextButton component (#279 )
Steps to Reproduce
Change text button gallery to this (use new text button version from #279):
<Panel Title="Preview" Border="BoxBorder.Rounded" Expand="true">
<Columns>
<TextButton Content="4"
FocusOrder="4"
BackgroundColor="@_restingColor"
OnClick="ToggleAsync" />
<TextButton Content="2"
BackgroundColor="@_restingColor"
OnClick="ToggleAsync"
FocusOrder="2"/>
<TextButton Content="3"
FocusOrder="3"
BackgroundColor="@_restingColor"
OnClick="ToggleAsync" />
<Markup Content="@_status"
Foreground="@_statusColor"
Decoration="@_statusDecoration" />
</Columns>
</Panel>Expected Behavior
Focus must be, as the button labels describes.
Actual Behavior
Focus by elements layout order.
Environment
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working