Moin
14 يناير 2025، 4:47م
22
أعتقد أنه لا يعمل عند تحديد “الجميع” في القائمة المنسدلة. على الأقل لم أتمكن من العثور على الزر حتى حددت مجموعة أخرى. (أعلم أن هذه المشكلة تؤثر أيضًا على المكونات والمكونات الإضافية الأخرى)
4 إعجابات
keegan
(Keegan George)
15 يناير 2025، 3:40ص
23
شكراً لك على تحديد ذلك يا @Moin . لقد قمت بنشر إصلاح:
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 إعجابات
Shauny
(Shaun Robinson)
17 فبراير 2025، 11:37م
24
أتلقى رسالة خطأ هذه في كل مرة أنقر فيها على زر النسخ:
إعجاب واحد (1)
هل ترى أي خطأ في وحدة تحكم المتصفح؟
Don
18 فبراير 2025، 8:32ص
26
لقد ذكرت هذه المشكلة في الموضوع الآخر.
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)
لاحظت خطأ في موقع يستخدم المكون كمستخدم مجهول:
لقد قمت بإنشاء طلب سحب (PR) لإصلاحه:
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 إعجابات
تم دمج طلب السحب الآن؛ شكرًا لك يا كيغان!
3 إعجابات
Ethsim2
(Ethan )
30 يونيو 2025، 8:31ص
29
هل واجه مستخدمو هذا المكون هذا الخطأ بشكل أكبر مؤخرًا؟