In the Text Properties docker, right-clicking the Font Size slider selects the entire label (“Font Size: 12.00”). Though typing a new value and pressing Enter works, first-time users instinctively try to manually select just the number -- this is likely to be perceived as an oversight and inconvenience. It would be better -- and more consistent with Opacity/Size sliders -- for right-click to select only the number.
Created attachment 190338 [details] Right-clicking on Text Size slider select the entire label
A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/2696
Git commit 1a3100e34892135305e82e25ea828064eec75978 by Wolthera van Hövell, on behalf of Luna Lovecraft. Committed on 12/03/2026 at 15:16. Pushed by woltherav into branch 'master'. Fix QML SliderSpinBox selecting the text label on rightclick M +2 -2 qmlmodules/components/qml/sliderspinbox/SliderSpinBoxContentItem.qml M +6 -0 qmlmodules/components/qml/textinput/TextInputWithPrefixAndSuffix.qml https://invent.kde.org/graphics/krita/-/commit/1a3100e34892135305e82e25ea828064eec75978
Git commit cdee1cbf7737c99e6f8dc384d0ebfd7956467183 by Wolthera van Hövell. Committed on 12/03/2026 at 15:17. Pushed by woltherav into branch 'krita/6.0'. Fix QML SliderSpinBox selecting the text label on rightclick (cherry picked from commit 1a3100e34892135305e82e25ea828064eec75978) 4c0ffaf0 Fix SliderSpinBox selecting the text label on rmb 20c2921c Add a generalized implmentation to textInput Co-authored-by: Luna Lovecraft <ciubix8514@gmail.com> M +2 -2 qmlmodules/components/qml/sliderspinbox/SliderSpinBoxContentItem.qml M +6 -0 qmlmodules/components/qml/textinput/TextInputWithPrefixAndSuffix.qml https://invent.kde.org/graphics/krita/-/commit/cdee1cbf7737c99e6f8dc384d0ebfd7956467183
Thank you, Wolthera! :)