Summary: | Klipper: follow-up to #494031, editing the first item prevents it from being removed | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Kenneth Raplee <kenrap> |
Component: | Clipboard | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, p.r.worrall, qydwhotmail |
Priority: | HI | Keywords: | regression |
Version: | 6.1.90 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/8ee0a5ea10b263c5f5d652e2edc047654144871b | Version Fixed In: | 6.2.1 |
Sentry Crash Report: |
Description
Kenneth Raplee
2024-10-05 02:20:55 UTC
Confirmed (with same software versions) ... I also just noticed that the edits to the first item are not saved when the save button is clicked (In reply to Paul Worrall from comment #2) > ... I also just noticed that the edits to the first item are not saved when > the save button is clicked That's Bug 494031, which is fixed in Plasma 6.1. Can reproduce the bug described here. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4823 Git commit 4bd073f16010a552fa7fcb1892643a0cbbbe6dc2 by Fushan Wen. Committed on 11/10/2024 at 14:20. Pushed by fusionfuture into branch 'master'. klipper: fix unable to remove clip after editing Emit dataChanged signal for uuid after editing, otherwise the uuid in the model delegate is not updated aod the index from uuid is invalid. FIXED-IN: 6.2.1 M +6 -0 appiumtests/applets/clipboardtest.py M +1 -1 klipper/historymodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/4bd073f16010a552fa7fcb1892643a0cbbbe6dc2 Git commit 8ee0a5ea10b263c5f5d652e2edc047654144871b by Fushan Wen. Committed on 11/10/2024 at 23:55. Pushed by fusionfuture into branch 'Plasma/6.2'. klipper: fix unable to remove clip after editing Emit dataChanged signal for uuid after editing, otherwise the uuid in the model delegate is not updated and the index from uuid is invalid. FIXED-IN: 6.2.1 (cherry-picked from commit 4bd073f16010a552fa7fcb1892643a0cbbbe6dc2) M +1 -1 klipper/historymodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/8ee0a5ea10b263c5f5d652e2edc047654144871b |