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
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
Acceptance Criteria
Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg