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

ShowMode on flyout doesn't seem to respect xaml settings #1803

Closed
EriWong opened this issue Jan 2, 2020 · 2 comments
Closed

ShowMode on flyout doesn't seem to respect xaml settings #1803

EriWong opened this issue Jan 2, 2020 · 2 comments
Labels
area-Flyouts needs-author-feedback Asked author to supply more information. no-recent-activity team-Controls Issue for the Controls team

Comments

@EriWong
Copy link

EriWong commented Jan 2, 2020

Describe the bug
ShowMode is not properly being set when set from xaml. Code behind works properly.

Steps to reproduce the bug

  1. Create a flyout in xaml
  2. Set ShowMode to transient in xaml
  3. See how focus behaves/examine the flyout properties in VS while debugging

Expected behavior
The flyout ShowMode property is set to Transient

Version Info

NuGet package version:
Microsoft.UI.Xaml 2.2.190830001

Windows 10 version Saw the problem?
Insider Build (vb_release_ingestion.191208-1700) Yes
May 2019 Update (18362)
October 2018 Update (17763)
April 2018 Update (17134)
Fall Creators Update (16299)
Creators Update (15063)
Device form factor Saw the problem?
Desktop Yes
Mobile
Xbox
Surface Hub
IoT

Additional context
This was found when working on a C++/CX project

@msft-github-bot msft-github-bot added the needs-triage Issue needs to be triaged by the area owners label Jan 2, 2020
@ranjeshj ranjeshj added area-Flyouts team-Controls Issue for the Controls team labels Jan 2, 2020
@ranjeshj ranjeshj removed the needs-triage Issue needs to be triaged by the area owners label Jan 2, 2020
@ranjeshj
Copy link
Contributor

ranjeshj commented Jan 2, 2020

@EriWong What is the actual behavior that you are seeing ? Do you mean to say that the control is setting the property to something else after loading ? In that case, can you attach a property change event handler on that property and get a callstack of where this is changing ? Thanks.

@ranjeshj ranjeshj added the needs-author-feedback Asked author to supply more information. label Jan 2, 2020
@msft-github-bot
Copy link
Collaborator

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Flyouts needs-author-feedback Asked author to supply more information. no-recent-activity team-Controls Issue for the Controls team
Projects
None yet
Development

No branches or pull requests

4 participants