Bug 483562 - The behaviour of the pointer speed text input is weird
Summary: The behaviour of the pointer speed text input is weird
Status: RESOLVED DUPLICATE of bug 481187
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_mouse (show other bugs)
Version: 6.0.1
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2024-03-14 15:24 UTC by phoenix
Modified: 2024-03-25 02:02 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description phoenix 2024-03-14 15:24:34 UTC
SUMMARY

The behaviour of the pointer speed text input in the Mouse System Settings is weird and erratic:

1. Given the input `-0.65`, I'd like to change the 6 for a 7

When hitting backspace on the 6 the input becomes `-0.50` and the cursor moves all the way to the right. I would expect the input to be `-0.5` then and the cursor being between the dot and the 5

2. Given the input `-0.65`. If one removes the dot, the value becomes `-1.00`. I would expect that the text field allows temporarily values outside of the scope to help users type in values.

3. Starting from an empty text field, I would like to input the value `-0.65`. After typing `-0.6` the text field immediately completes to `-0.60`, even though I'm still typing. This results in the text value `-0.605` instead of `-0.65`.

STEPS TO REPRODUCE

See above

OBSERVED RESULT

See above

EXPECTED RESULT

See above

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Tumbleweed, Plasma 
(available in About System)
KDE Plasma Version: 6.0.1
KDE Frameworks Version: 6.0.0
Qt Version: 6.0.2

ADDITIONAL INFORMATION

None
Comment 1 Nate Graham 2024-03-25 02:02:21 UTC
*** This bug has been marked as a duplicate of bug 481187 ***