You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text should be always and fully selected on any spinner click OR text should be always not selected on any spinner click.
In Qt 5 text fully selected on every spinner click.
In GTK 3 text not selected on any spinner click.
Avalonia version
11.2.3
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
In NumericUpDown something wrong with text selections on spinner clicks.
Tested with Fluent theme.
AvaNumericUpDown1.mp4
Click on spinner with default string format when numeric not focused -> text length grows but only previous text size selected
AvaNumericUpDown2.mp4
Click and hold on spinner when numeric not focused -> text selected, but when text length grows only previous text size selected
AvaNumericUpDown3.mp4
To Reproduce
Create NumericUpDown and some control to change focus. Then click on spinners as described above.
Expected behavior
Text should be always and fully selected on any spinner click OR text should be always not selected on any spinner click.
In Qt 5 text fully selected on every spinner click.
In GTK 3 text not selected on any spinner click.
Avalonia version
11.2.3
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: