Skip to content

Add visual feedback for failed clipboard write on older browsers #367

Description

@Chucks1093

Summary
On older browsers where the Clipboard API is unavailable, copy actions fail silently with no user feedback. A fallback that detects the failure and shows a brief error message or manual-copy prompt prevents user confusion.

Scope

  • identify copy-to-clipboard actions that use the Clipboard API
  • add error handling that catches clipboard write failures
  • show a brief error message or fallback prompt when the write fails

Acceptance Criteria

  • a clipboard write failure shows a visible error or fallback message
  • the fallback does not appear when the clipboard write succeeds
  • the error handling does not suppress the original failure for debugging

Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions