-
Notifications
You must be signed in to change notification settings - Fork 698
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
Combobox visual updates #3938
Combobox visual updates #3938
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Not sure if these are problems with the image preview, or with the actual controls themselves, but I will point them out.
I would say, the Backplate for the ComboBoxItems should probably only be visible on PointerOver and Pressed states. The Selection Indicator is clear enough for the Current item. There is a bigger question about how you would handle grouped headers in a ComboBox - which is another ask, and would bring it to parity with the FluentUI control. |
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…nch 'origin/master' into vsiliushi/combobox_update
/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). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
A lot of these Double and Thickness resources are duplicated across the themes. These can be moved out of the themes to avoid duplication. Refers to: dev/ComboBox/ComboBox_themeresources.xaml:13 in f6b4e52. [](commit_id = f6b4e52, deletion_comment = False) |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
This update brings acrylic brush, lots of new colors and rounded corners to the control.
I've also added some required updates to TextBox resources and Common_themeresources that are required by the new ComboBox. These changes will be checked in from this PR
What is not done yet
Focus Visuals for the combo box items need to be updated.
Font for editable ComboBox needs to be updated.Shadows will be fixed in the OS.
Blue underline for Editable ComboBox needs to be sharper.
Screenshots (if appropriate):