Bugzilla – Bug 2494
Mac: Copy and Paste issues with label text
Last modified: 2020-12-03 06:19:49 UTC
This is a close cousin of Bug #1579 and Bug #1300 - and hece given P2 for parity with them It looks as though label text is not getting pasted onto the system clipboard - though there may be other issues. And note that this is an accessibility issue for VI and non-mouse users. And most mouse users are commonly accustomed to using keyboard shortcuts for cut&paste as they are common across most apps and used all the time.
Ahhh - it appears to be a recurrence of Bug #2165 which I reported in July last year as not working on 2.3.3 and a regression on 2.3.2 And tested as OK (without a fix) in later versions of 2.3.3 by Cliff and me - so closed at the time as NOTABUG - but now it appears to be back.
This appears to be related to Bug #1599 >Cannot paste clipboard text into label unless content already >on Audacity clipboard Which is marked RESOLVED FIXED
The system clipboard *is* available to Audacity. 1) Copy "Some text" to the system clipboard. 2) Generate a tone in Audacity and add a label. 3) Cmd+V 4) Observe text from Step 1 is not pasted into the label 5) Open the "Track Name" dialog from the TCP dropdown menu 6) Cmd+V OR Edit > Paste OR right-click > Paste - "Some Text" is pasted into the track name dialog But then ... 7) Cancel the track name dialog 8) Click in the label and enter "Label Text" in the label 9) Select the label text 10) Cmd+C or right-click > Copy Label Text 11) Open the "Track Name" dialog from the TCP dropdown menu 12) Note that Edit > Paste and right-click > Paste are greyed out: cancel the dialog 13) Switch to TextEdit 14) Note that Edit > Paste is greyed out So, when copying label text the clipboard is apparently cleared but the label text is not put into it? This is a regression on 2.4.1
Fixed at c67842f525095f100aa662ff59be421545d8bfc4 But if you build your own wxWidgets, you must also pull the latest from https://github.com/audacity/wxWidgets.git and rebuild your wxWidgets libraries.
(In reply to Paul L from comment #4) Testing on macOS 11.0.1 Big Sur with Audacity 3.0.0 c67842f This now works properly on Mac Also retested on W10 to ensure it still work sthere - all OK