misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
9.95k stars 1.35k forks source link

copy button bug #14527

Closed JokerPan12 closed 1 month ago

JokerPan12 commented 1 month ago

💡 Summary

微信图片_20240909152653 Press the copy button shown in the above picture after that 微信图片_20240909152726

🥰 Expected Behavior

Fixed the bug where the copy button did not respond when clicked and the console reported an error

🤬 Actual Behavior

The bug where clicking the copy button does not respond and the console reports an error

📝 Steps to Reproduce

No response

💻 Frontend Environment

* Model and OS of the device(s):
* Browser:
* Server URL:
* Misskey:

🛰 Backend Environment (for server admin)

* Installation Method or Hosting Service:
* Misskey:
* Node:
* PostgreSQL:
* Redis:
* OS and Architecture:

Do you want to address this bug yourself?

KisaragiEffective commented 1 month ago

Is your browser very outdated? The navigator.clipboard.writeText is relatively new and legacy browser does not have it.

JokerPan12 commented 1 month ago

Is your browser very outdated?您的浏览器很过时吗? The navigator.clipboard.writeText is relatively new and legacy browser does not have it.navigator.clipboard.writeText 相对较新,旧版浏览器没有它。

image Currently using Google Chrome browser the latest version 128.0.6613.120

chocolate-pie commented 1 month ago

See https://github.com/misskey-dev/misskey/issues/14366

JokerPan12 commented 1 month ago

See #14366

I see,thank you