Summary: | Klipper: editing history is broken for the first item in 6.2 Beta | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Kenneth Raplee <kenrap> |
Component: | Clipboard | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asturm, nate, noahadvs, qydwhotmail |
Priority: | VHI | Keywords: | regression |
Version: | 6.1.90 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/5319e8edfed25fb0a42cfee188745bb4f650a4b4 | Version Fixed In: | 6.2.1 |
Sentry Crash Report: |
Description
Kenneth Raplee
2024-10-03 11:22:20 UTC
Can reproduce. In fact, after editing the top entry, Ctrl+V fails to paste anything for me. If I click the top entry again, it'll paste the old text. I can only get the new text to paste if I first click on a different entry (to make it the top item), and then click on the desired entry again. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4785 Git commit 35367681c1e6ec515bd31a3f3caee0ea48de1710 by Fushan Wen. Committed on 04/10/2024 at 02:13. Pushed by fusionfuture into branch 'master'. klipper: fix editing history for the first item Editing the first item will not trigger the rowsMoved signal, so we still need to listen to the dataChanged signal to update clipboard. FIXED-IN: 6.2.1 M +1 -1 appiumtests/applets/clipboardtest.py M +3 -0 klipper/historymodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/35367681c1e6ec515bd31a3f3caee0ea48de1710 Git commit 5319e8edfed25fb0a42cfee188745bb4f650a4b4 by Fushan Wen. Committed on 04/10/2024 at 04:26. Pushed by fusionfuture into branch 'Plasma/6.2'. klipper: fix editing history for the first item Editing the first item will not trigger the rowsMoved signal, so we still need to listen to the dataChanged signal to update clipboard. FIXED-IN: 6.2.1 (cherry picked from commit 35367681c1e6ec515bd31a3f3caee0ea48de1710) Co-authored-by: Fushan Wen <qydwhotmail@gmail.com> M +1 -1 appiumtests/applets/clipboardtest.py M +3 -0 klipper/historymodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/5319e8edfed25fb0a42cfee188745bb4f650a4b4 |