|
From: | Friedrich Beckmann |
Subject: | PSPP-BUG: [bug #57274] Ctrl+V and Paste paste different things. |
Date: | Wed, 8 Jul 2020 08:45:57 -0400 (EDT) |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15 |
Update of bug #57274 (project pspp): Status: Confirmed => Ready for Test/Review Assigned to: None => beckmanf _______________________________________________________ Follow-up Comment #3: I fixed this with commit http://git.savannah.gnu.org/cgit/pspp.git/commit/?id=475baffca930c4bdbd9db52139e30eb1c8e8604c and two commits for ssw. I provide the ssw commits in branch clipboard here: https://github.com/fredowski/ssw/commits/clipboard The idea is that copy/cut/paste must target the editable in the sheet once a cell is focused. Then all clipboard actions via key, main menu and context menu yield the same result. I could fix the copy and paste with changes in ssw only but the cut operation was done solely in pspp without a ssw call. Cut only operates on the store. So I had to add an api function which tries to cut from the editable. In order to have a mechanism to check if the additional ssw api function is available I added an ssw api version method. I can compile pspp vs the previous version of ssw and the cut operation does not end in a crash... _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?57274> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |