| Summary: | Inconsistent virtual desktop defaults | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | James Graham <james.h.graham> |
| Component: | kcm_kwinvirtualdesktops | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | meniskus, nate, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | git-stable-Plasma/5.24 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
James Graham
2022-01-15 20:23:08 UTC
Can reproduce, how odd. There appear to be multiple bugs here:
1. Clicking the "Defaults" button does the wrong thing
2. The SettingHighlighter object for the rows spinbox isn't hooked up to the actual default value (which is also wrong):
KCM.SettingHighlighter {
highlight: kcm.desktopsModel.rows !== 2
}
Never mind, I confused myself. The real issue is that the spinbox loads the wrong value. Its initial value isn't set at all, so it defaults to 1, not the real configured value. ...Or maybe kcm.desktopsModel.rows is set too late? *** Bug 455287 has been marked as a duplicate of this bug. *** |