-
Notifications
You must be signed in to change notification settings - Fork 706
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 dark theme text/richeditbox regressions #2155
Fix dark theme text/richeditbox regressions #2155
Conversation
@chingucoding any chance you could provide some of your awesome screenshots or a link to the regression? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@StephenLPeters Sure, I've updated the PR description with gifs and a link to the comment. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/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.
@chingucoding, please merge the latest from master into this branch to resolve the blocking test failures. |
This branch contains your latest fix for the test failures. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@chingucoding , I have a favor to ask. We are putting together release note for WinUI2.4 and would like to show a before/after gif file along with the description of change. Would you be kind enough to create gif file of before/after (two files would be great so we can put them in the format that match other features) |
Sure @chigy ! Before: Are those what you had in mind or are there any other gifs you would like? |
Do you want them on a pure black background? Windows 10X I think is using a dark grey for it's apps, and it would demonstrate the background opacity and it turning 100% Opaque black on focus. |
@mdtauk , thank you for your suggest. BTW, who are they? As far as the guidance goes, we have not changed the default background from being pure black. That said, Having different background like image might be good to demonstrate here? |
@chingucoding , thanks! Would you mind seeing the feedback from @mdtauk above? |
The latest Insider flight blog post mentions Your Phone UI updates...
|
@chigy Do you want me to create gifs for the whole range (TextBox, PasswordBox and AutoSuggestBox) infront of a dark gray instead of black and an image? |
@chingucoding , if these gifs can be combined in one with single solid pure black background, I think it would look nicer. If you could create one with image background that'll be great. |
@chingucoding , this is unrelated to the release note but can you confirm or correct if these specification is what's in the textbox? (background changed to gray so the difference in color is shown but this is not my indication that the gifs should use gray background) |
So one gif showing all three controls at once? Should I do the image version also for the "before" gif or only for the "after" gif?
What colors are we talking about here exactly? 😅 Edit: Should I also use a different accent color for the gifs? |
Thanks and nevermind. I think what I am asking probably is not easy or possible. What we have is good. If you could create one with image background. Same as black one, just duplicated with image background.
Are the transparency of the textbox background these %?
Yes, please use default blue. That's the color we always use for our examples as it is our brand blue. |
I could create a long gif where I first type into textbox, then password box and the auto suggest box if that would work.
Since we didn't touch the hover and default background brushes, those values should have that values.
Just to clarify, is this the correct color hex code: #0078D7 ? |
If you don't mind creating that, that'll work as well. Trying to not cause you to do too much work. :)
Thanks!
|
BeforeAfter@chigy Hope those are fine, if there are adjustments to make or if there's you want me to change, please tell me :) |
@chingucoding , they look great! Thanks! |
Description
Fixes some regression regarding dark mode on editable ComboBox and placeholder text upon focus.
Motivation and Context
Fixes some regressions as noted by @Kinnara here:
c0fb694#commitcomment-38010035
How Has This Been Tested?
Visited all control pages and checked whether they work or have rendering issues in dark mode.
Screenshots (if appropriate):
Placeholder text (previously not visible):
![placeholder-fix](https://user-images.githubusercontent.com/16122379/77530392-8b9f2f00-6e91-11ea-8f94-ba4aee6e35d2.gif)
Combobox chevron (previously not visible):
![combobox-fix](https://user-images.githubusercontent.com/16122379/77474033-b26c4f80-6e16-11ea-80f8-61b6d7793eae.gif)