Triple click in TextBox does not select all text
Open
Enhancement Requested
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
* .NET Core Version: All
* Windows version: 1903
* Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes
**Problem description:**
Triple clicking in a `TextBox` does not select all text in the `TextBox`.
**Actual behavior:**
Triple clicking in a `TextBox` does not select all text in the `TextBox`.
**Expected behavior:**
Triple clicking in a `TextBox` should select all text.
**Minimal repro:**
- Create a window containing a `TextBox`
- Write some text into the `TextBox`
- Triple click with the mouse
Contributor guide
Assessment
This issue has not been assessed yet.