WindowsCommunityToolkit icon indicating copy to clipboard operation
WindowsCommunityToolkit copied to clipboard

Handle theme changes in ColorPickerSlider

Open robloo opened this issue 1 year ago • 1 comments

Fixes

Fixes #4714 (discussed in Issue)

PR Type

What kind of change does this PR introduce?

  • Bugfix

What is the current behavior?

See issue description.

What is the new behavior?

ColorPickerSlider thumb color changes in response to control theme changes.

PR Checklist

Please check if your PR fulfills the following requirements:

  • [ ] Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • [ ] Based off latest main branch of toolkit
  • [ ] Tested code with current supported SDKs
  • [ ] New component
    • [ ] Pull Request has been submitted to the documentation repository instructions. Link:
    • [ ] Added description of major feature to project description for NuGet package (4000 total character limit, so don't push entire description over that)
    • [ ] If control, added to Visual Studio Design project
  • [ ] Sample in sample app has been added / updated (for bug fixes / features)
  • [ ] New major technical changes in the toolkit have or will be added to the Wiki e.g. build changes, source generators, testing infrastructure, sample creation changes, etc...
  • [ ] Tests for the changes have been added (for bug fixes / features) (if applicable)
  • [ ] Header has been added to all new source files (run build/UpdateHeaders.bat)
  • [x] Contains NO breaking changes

Other information

robloo avatar Aug 21 '22 00:08 robloo

Thanks robloo for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌

msftbot[bot] avatar Aug 21 '22 00:08 msftbot[bot]

@michael-hawker This works fine and is doing what was intended. The original issue is the selector circle on the sliders weren't visible against the background color. That is fixed by calling UpdateColors when the theme changes to recalculate the foreground.

Microsoft is investing almost nothing in this repository and I don't see it worth my time to continue here. When you asked me to look into the last few issues for the ColorPicker I did immediately -- over the weekend. You then let them sit for a few months. I can't accept my time being used like that.

Edit: I've closed the PR (which does still work) because I don't intend to spend more time here. However, you are welcome to resurrect it or use the ideas in a new PR to fix the associated issue.

robloo avatar Oct 20 '22 23:10 robloo

@robloo I'm sorry you feel like that, and I apologize. As I called out, I had missed seeing this PR and adding it to our dashboard we've been using to track the upcoming hotfix. I just misunderstood what this fix was about and what to be looking for. We're still investing in the toolkit, as you can see the upcoming hotfix will have nearly 50 fixes: https://github.com/orgs/CommunityToolkit/projects/3/views/7

We're at a transitional period with the introduction of the Windows App SDK, and we've been figuring out how we best support our community moving forward for the long-term with the Toolkit. That's why we spent time to figure out how to rebuild our infrastructure with our new Windows Community Toolkit Labs (see #4487). It allows us to write and test code easily across both UWP and the Windows App SDK (which we can't do here yet), so the next phase is to adopt that system in this repo. These things just take time and we're a small team. We value and appreciate the contributions of our community members, like yourself. I'd love to still merge this PR of yours.

michael-hawker avatar Oct 21 '22 02:10 michael-hawker