-
Notifications
You must be signed in to change notification settings - Fork 697
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
Rework dark theme TextBox and RichEditBox #2046
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@chingucoding could you pull master into this branch? I think the pipeline failure fix got merged in after this changed. |
@StephenLPeters Done |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@StephenLPeters @kmahone Do you have any ideas, what could have caused that failure? Should I pull and merge master in this branch again? Yes. Please. There was an infrastructure issue that was causing it that has been fixed in master. This should be resolved if you merge master. |
This is so cool to see coming to a close. This styling was one of the first 'quirks' in UWP I noticed switching over from WPF that just didn't seem right. It's great this is finally being closed. @chingucoding you are awesome to spend the time improving things like this!! |
That was also something that was a bit unusual in UWP. Luckily we seem to be able to change this now! PS: Thank you for your kind words @robloo 😄 |
@chingucoding , did you test this change on Editable Combobox? |
@chigy Editable ComboBox also works: Numberbox also works correctly |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks good
🎉 Handy links: |
This is still happening in the default WinUI 3 RichEditBox; |
2.4.2 |
So this fix should be in the winui3 preview 2. @Gavin-Williams To confirm, you were using preview 2 correct? |
Description
This PR switches the light mode upon focus to dark mode for a dark themed TextBox, RichEditBox and AutoSuggestBox.
Motivation and Context
Closes #142
How Has This Been Tested?
Tested manually using MUXControlsTestApp
Screenshots (if appropriate):
Dark theme
High contrast black
High contrast #1
High contrast #2