MaterialDesignInXAML / MaterialDesignInXAML/MaterialDesignInXamlToolkit
Input control hints and underline lost when in ColorZone
- Dominant language
- C#
- Stars
- 16.3k
- Forks
- 3.5k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 8
Description
### Bug explanation
The hint, underline and cursor on TextBox and ComboBox go to primary brush when selected. The underline goes to primary on mouse over as well. If these controls are within a colorzone, with mode set to mid, these elements disappear on selection/hover.
This is true for various styles such as MaterialDesignFloatingHintTextBox/ComboBox and MaterialDesignOutlinedTextBox/ComboBox
I expect the control to choose a more appropriate highlight color (driven by the colorzone perhaps) or allow the selected highlight color to be overridden.

```
```
### Version
5.0
Contributor guide
Research direction
Start at the ColorZone styling and the MaterialDesignFloatingHint/Outlined TextBox and ComboBox style definitions; reproduce the supplied XAML with ColorZone Mode="PrimaryMid" and inspect the brushes used for hints, underlines, and cursors on hover or selection. Done means these elements remain visible with an appropriate or overridable highlight color across the listed styles, with regression coverage if the project provides it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- design, desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100