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

UWP Presentation Attributes not working correctly #2423

Closed
1 of 7 tasks
strebbin opened this issue Nov 29, 2017 · 0 comments · Fixed by #2424
Closed
1 of 7 tasks

UWP Presentation Attributes not working correctly #2423

strebbin opened this issue Nov 29, 2017 · 0 comments · Fixed by #2424
Labels
p/uwp Universal Windows platform t/bug Bug type

Comments

@strebbin
Copy link
Contributor

Steps to reproduce 📜

  1. Use the Playground.Uwp-App and add another Frame to ChildView.xaml before the "NestedFrame"-Frame

  2. In the Playground.Uwp-App try to open the SplitView-Page

Expected behavior 🤔

  1. The name in the MvxRegionPresentationAttribute should not be ignored so just Views with the correct name are used.

  2. The SplitView Demo opens and shows pane and content.

Actual behavior 🐛

  1. Always the new Frame is used for the SecondChildView instead of the NestedFrame which should be used.

  2. The app crashed with an MvxException saying "Failed to find a SplitView in the visual tree of SplitMasterView"

Configuration 🔧

Version: 5.5

Platform:

  • 📱 iOS
  • 🤖 Android
  • 🏁 WPF
  • 🌎 UWP
  • 🍎 MacOS
  • 📺 tvOS
  • 🐒 Xamarin.Forms
@nmilcoff nmilcoff added t/bug Bug type p/uwp Universal Windows platform labels Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p/uwp Universal Windows platform t/bug Bug type
Development

Successfully merging a pull request may close this issue.

2 participants