Created attachment 127772 [details] Screen recording showing the behavior SUMMARY STEPS TO REPRODUCE 1. Right click the plasmoid and click on Configure Audio Volume 2. Enter any letter in the textboxes for "Maximum volume" or "Volume step" OBSERVED RESULT You can enter letter and unlimited characters which results in the textbox expanding EXPECTED RESULT Only numbers are allowed and it is limited to 3 digits as the maximum is 150. It should have a fixed width SOFTWARE/OS VERSIONS Linux/KDE Plasma: Arch Linux KDE Plasma Version: 5.18.4 KDE Frameworks Version: 5.69.0 Qt Version: 5.14.2 ADDITIONAL INFORMATION
Can reproduce on Plasma 5.22, Arch Linux.
lol If I constrain the maximum width of this spinbox in the applet, then the text simply overflows from box itself which is arguably worse. Blocking on Bug 438650. Alternatively, we may be able to work around these issues by limiting the maximum number of characters that can be entered in the spinbox.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-pa/-/merge_requests/285
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-pa/-/merge_requests/288