Bug 483409 - Apply button not working correctly in touchpad settings
Summary: Apply button not working correctly in touchpad settings
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_touchpad (show other bugs)
Version: 6.0.1
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2024-03-13 07:54 UTC by basjetimmer
Modified: 2024-03-13 21:39 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description basjetimmer 2024-03-13 07:54:52 UTC
In the touchpad settings, the 'apply' button does not seem to work correctly.

1. After changing any setting, clicking apply does nothing: a click is animated, but the button stays enabled (not greyed out). Only when navigating away from the touchpad settings, a window pops up asking to 'apply the changes'. The apply button in this popup window does work.

2. While testing this problem, I noticed on other settings-pages, when making a change and undoing it the 'apply' button greys out again (it notices no changes have been made). This does not happen on the touchpad settings. When changing a setting the apply button becomes enabled (visually only, it does not actually work) and stays that way even if you change the settings back.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
KDE Plasma Version: 6.0.1
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Graphics Platform: X11
Comment 1 Nate Graham 2024-03-13 21:39:35 UTC
I'm not able to reproduce any of those issues in current git master; it may be that some recent refactoring has fixed it automatically. The old code was quite messy and had a lot of bugs like this in it.