Step 1: Open a account and transaction windows appear Step 2: Copy (Ctrl + C) some number from other source (say excel) Step 3: Paste (Ctrl + V) the number into the amount field (credit or debit) Results : Copy and Paste is not working, Nothing shown in the amount field
It is solved after change the format of the cell (Excel) to Text or Number. Then Copy and Paste is working.
Ah, and what was the format of the cell beforehand? In Gtk's paste mechanism the receiver lists types that it can understand and the source lists types it can provide. The code tries to find a common type. And that means that step 2 is "from excel with a cell in some format" rather than "from other source (say excel)".
Created attachment 372911 [details] Cell Format is attached (Excel) Cell Format is custom, 2.6.x should work for cut & paste before.
I think some tidying up of "what is accepted input" is overdue. There are a whole bunch of outstanding bugs related to this.