-
Notifications
You must be signed in to change notification settings - Fork 141
Regression in ColorPicker ColorPalette #833
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingcomponents::controls::colorpickerAn extended color picker that enables picking a color using a spectrum, sliders, or text input.An extended color picker that enables picking a color using a spectrum, sliders, or text input.regressionWhat was working is now brokeWhat was working is now broke
Milestone
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponents::controls::colorpickerAn extended color picker that enables picking a color using a spectrum, sliders, or text input.An extended color picker that enables picking a color using a spectrum, sliders, or text input.regressionWhat was working is now brokeWhat was working is now broke
Describe the bug
The GridView in ColorPicker that shows the ColorPalette, used to be two-way Binding to the selected color. The (much appreciated) work in #742 converted this to manual event subscription. Unfortunately, the path that updates the selected item when the color changes was forgotten. So effectively it is now a one-way binding from the control to the selected color.
Steps to reproduce
Expected behavior
I expect the ColorPalette to follow the selected color in the same way as the rest of the color choosing elements are.
Screenshots
repro-colorpicker.mp4
Code Platform
Windows Build Number
Other Windows Build number
No response
App minimum and target SDK version
Other SDK version
No response
Visual Studio Version
No response
Visual Studio Build Number
No response
Device form factor
No response
Additional context
No response
Help us help you
Yes, but only if others can assist.