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

Fix MUX CommandBar style not being applied to TextControl flyouts. #4586

Merged
merged 5 commits into from
Mar 22, 2021

Conversation

StephenLPeters
Copy link
Contributor

@StephenLPeters StephenLPeters commented Mar 19, 2021

Text Control Flyouts were referencing a TextCommandBarFlyout by static resource references. These resources were only defined in the system's Generic.xaml. System xaml only has Windows.UI.Xaml.TextCommandBarFlyout which references Wux command bar flyout. We need a MUX.TextCommandBarFlyout for these controls to have flyouts with our command bar flyout style updates. Thus we add these resources in XamlControlsResources.

Fixes #4472

@ghost ghost added the needs-triage Issue needs to be triaged by the area owners label Mar 19, 2021
Copy link
Contributor

@ranjeshj ranjeshj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@ranjeshj ranjeshj added area-Commanding AppBar, UICommand, MVVM, etc area-Styling team-Controls Issue for the Controls team labels Mar 19, 2021
@ranjeshj ranjeshj requested a review from llongley March 19, 2021 19:17
@ranjeshj ranjeshj removed the needs-triage Issue needs to be triaged by the area owners label Mar 19, 2021
@ranjeshj
Copy link
Contributor

@StephenLPeters can you merge in master ?

@StephenLPeters
Copy link
Contributor Author

image

@ranjeshj
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@StephenLPeters
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@StephenLPeters StephenLPeters merged commit 88783ac into master Mar 22, 2021
@StephenLPeters StephenLPeters deleted the user/stpete/TextControlsCommandBarStyle branch March 22, 2021 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Commanding AppBar, UICommand, MVVM, etc area-Styling team-Controls Issue for the Controls team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TextBox context menu uses old design
2 participants