Moin
2025 年 1 月 14 日午後 4:47
22
I think it doesn’t work when you select “everyone” in the dropdown. At least I couldn’t find the button until I selected another group. (I know that problem also affects other plugins and components)
「いいね!」 4
keegan
(Keegan George)
2025 年 1 月 15 日午前 3:40
23
Thanks for identifying that @Moin . I’ve pushed a fix:
discourse:main
← discourse: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
Shauny
(Shaun Robinson)
2025 年 2 月 17 日午後 11:37
24
I just get this error message whenever I click the copy button:
「いいね!」 1
Do you see any error in the browser’s console?
Don
2025 年 2 月 18 日午前 8:32
26
I mentioned this issue on the other topic.
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
I noticed an error on a site using the component as anonymous:
I made a PR to fix it:
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
The PR is now merged; thanks, Keegan!
「いいね!」 2
Ethsim2
(Ethan )
2025 年 6 月 30 日午前 8:31
29
have users’ of this component been getting this error more recently