Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NavigationView crash #797

Open
Porterbg opened this issue Oct 24, 2023 · 2 comments
Open

NavigationView crash #797

Porterbg opened this issue Oct 24, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Porterbg
Copy link

Describe the bug

System.Windows.Markup.XamlParseException: ''Set property 'System.Windows.Media.SolidColorBrush.Color' threw an exception.' Line number '200' and line position '26'.'
InvalidOperationException: '#0F000000' is not a valid value for property 'Color'.

To Reproduce

Start sample app
In the auto suggest type and select NavigationView
Note: It will not crash if you manually go to Navigation->NavigationView from navigation pane
Also crashes in apps using preview 8 and does not crash when using preview 7

Expected behavior

Should not crash

Screenshots

No response

OS version

Windows 10

.NET version

.net 6

WPF-UI NuGet version

3.0.0-preview.8

Additional context

No response

@Porterbg Porterbg added the bug Something isn't working label Oct 24, 2023
@wfjsw
Copy link

wfjsw commented Nov 3, 2023

aff99851

<SolidColorBrush Color="{DynamicResource FlyoutBorderBrush}" />

@niels9001 niels9001 self-assigned this Nov 23, 2023
@niels9001 niels9001 mentioned this issue Nov 23, 2023
7 tasks
@niels9001
Copy link
Collaborator

PR to fix this issue: #839

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants