Closed nieubank closed 1 month ago
No response
Install a compute system extension that only supports launch and no other operations.
see
<DataTemplate x:Key="LaunchButton" x:DataType="vm:ComputeSystemViewModel"> <SplitButton VerticalAlignment="Top" Command="{x:Bind LaunchActionCommand}" x:Uid="ms-resource:///DevHome.Environments/Resources/LaunchButton" Style="{StaticResource CardBodySplitButtonStyle}"> <SplitButton.Flyout> <customControls:CardFlyout ItemsViewModels="{x:Bind LaunchOperations}"/> </SplitButton.Flyout> </SplitButton> </DataTemplate>
The split button arrow should not appear (or at least be disabled?).
The split button arrow can be clicked resulting in an empty flyout.
@hamza-usmani this is a P3, since this involves using an extension that only supports launch, i.e. - theoretical.
Fixed in #3365
Dev Home version
No response
Windows build number
No response
Other software
No response
Steps to reproduce the bug
Install a compute system extension that only supports launch and no other operations.
see
Expected result
The split button arrow should not appear (or at least be disabled?).
Actual result
The split button arrow can be clicked resulting in an empty flyout.
Included System Information
No response
Included Extensions Information
No response