Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button copy URL to clipboard don't work, function copyTextToClipboard throw error #7482

Open
NoonWood opened this issue Dec 16, 2024 · 0 comments

Comments

@NoonWood
Copy link

NoonWood commented Dec 16, 2024

Description of the issue

When I press the button "Copy document URL to clipboard" in documents or "Copy issue URL to clipboard" in issues copied nothing.

Your environment

  • v0.6.377 (deployed self-hosted)
  • Google Chrome 131.0.6778.139
  • Windows 11 26100.2605

Steps to reproduce

Create a document or issue, go into it, and click the button to copy the link to the clipboard.

Expected behaviour

Link should copy.

Actual behaviour

Nothing happens on the screen, an error appears in the console (Cannot read properties of undefined (reading 'writeText')).
When debugging in the browser I see that navigator don't have clipboard, what causes this error.
Screenshot 2024-12-16 132529

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant