keegan
(Keegan George)
15 Janeiro , 2025 03:40
23
Obrigado por identificar isso, @Moin . Empurrei uma correção:
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 Curtiram
Shauny
(Shaun Robinson)
17 Fevereiro , 2025 23:37
24
Recebo esta mensagem de erro sempre que clico no botão copiar:
1 Curtiu
Você vê algum erro no console do navegador?
Don
18 Fevereiro , 2025 08:32
26
Mencionei este problema no outro tópico.
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 Curtiu
Notei um erro em um site que usa o componente como anônimo:
Fiz um PR para corrigi-lo:
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 Curtiram
O PR foi mesclado; obrigado, Keegan!
3 Curtiram
Ethsim2
(Ethan )
30 Junho , 2025 08:31
29
Os usuários deste componente têm tido este erro mais recentemente?
Acabei de instalar, aqui está uma ideia:
Clique no botão de copiar em várias postagens para “construir” sua área de transferência. Dessa forma, você pode copiar rapidamente uma seção inteira de um tópico seletivamente.
Digamos que existam cinco postagens:
Postagem A
Postagem B
Postagem C
Postagem D
Postagem E
Você copia D, depois B, depois E. O que está na sua área de transferência é, na verdade:
B
D
E
Então, a área de transferência é organizada com base na cronologia delas na conversa, e não na ordem em que você as copia.
Ethsim2
(Ethan )
9 Julho , 2026 19:50
31
tive um erro nisso e, como é um erro de JS no lado do cliente, não consigo encontrá-lo em \logs. Minha versão do Discourse é 2026.7.0-latest +188