MaterialDesignInXAML / MaterialDesignInXAML/MaterialDesignInXamlToolkit
Deadzone in `NumericUpDown` control
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 16.3k
- Forks
- 3.5k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 8
Description
### Bug explanation
The `NumericUpDown` control has a dead zone where, when clicking, it does not focus the element.
I assume this has to do with the internal `ScrollViewer` in the `TextBox`
### Version
5.3.0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the dead zone in the NumericUpDown control on version 5.3.0, then inspect the control and its TextBox's internal ScrollViewer to identify where clicks fail to focus the element. Done means clicking throughout the control consistently focuses it without breaking existing NumericUpDown behavior; add or update a focused regression test if the relevant test location is found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100