Moin
14 Gennaio 2025, 4:47pm
22
Penso che non funzioni quando selezioni “tutti” dal menu a discesa. Almeno non sono riuscito a trovare il pulsante finché non ho selezionato un altro gruppo. (So che questo problema riguarda anche altri plugin e componenti)
4 Mi Piace
keegan
(Keegan George)
15 Gennaio 2025, 3:40am
23
Grazie per averlo identificato @Moin . Ho implementato una correzione:
main ← fix-everyone-group
opened 06:55PM - 14 Jan 25 UTC
### :mag: Overview
This update fixes an issue where the copy post button does n… ot show up when it is set to the "everyone" group. This is because the "everyone" group is not a `visible_group`, and only visible groups are attached to the current user's serializer. Hence, we must explicitly check for the everyone group when comparing against the current user's groups.
### 🔗 Related links
https://meta.discourse.org/t/copy-post-component/218883/22?u=keegan
6 Mi Piace
Shauny
(Shaun Robinson)
17 Febbraio 2025, 11:37pm
24
Ricevo questo messaggio di errore ogni volta che faccio clic sul pulsante Copia:
1 Mi Piace
Vedi qualche errore nella console del browser?
Don
18 Febbraio 2025, 8:32am
26
Ho menzionato questo problema nell’altro argomento.
I think the issue is that on iOS the copy only works if it comes from user interaction… It fails when it try to copy the quote. I will look for a solution if there are. There is the same issue in Copy Post Component .
I tried a lots of way to fix this on iOS but it always fails on copy to clipboard because that wasn’t a real user interaction. So I’ve separated the actions and switches buttons between a prepare quote (which is fetching the quote) and copy quote (which is copy the quote to clipboard). This works fine. I also added a tooltip when the copy button appears.
1 Mi Piace
Ho notato un errore su un sito che utilizza il componente come anonimo:
Ho creato una PR per correggerlo:
main ← Arkshine:fix-anonymous
opened 08:13PM - 17 Mar 25 UTC
This PR fixes the following error:

And restores the original behavior before the modernization in https://github.com/discourse/discourse-copy-post/pull/2/commits/e856422cd6c1fc4da60de5cb44faf216490c6c84.
4 Mi Piace
Il PR è stato unito; grazie, Keegan!
3 Mi Piace
Ethsim2
(Ethan )
30 Giugno 2025, 8:31am
29
gli utenti di questo componente stanno riscontrando questo errore più di recente
L’ho appena installato, ecco un’idea:
Fai clic sul pulsante di copia su più post per “costruire” la tua clipboard. In questo modo puoi copiare rapidamente una sezione intera di una discussione in modo selettivo.
Diciamo che ci sono cinque post:
Post A
Post B
Post C
Post D
Post E
Copi D, poi B, poi E. Ciò che è nella tua clipboard è in realtà:
B
D
E
Quindi la clipboard è organizzata in base alla loro cronologia nella conversazione, non all’ordine in cui li copi.