You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resolves#2843
**Changes:**
Improves clipboard functionality across browsers by:
- Adding optional chaining operators to clipboard API calls for better error handling
- Introducing a new `copyText()` method in session list for cross-browser text copying
- Implementing fallback copy mechanism for browsers without clipboard API support
**Rationale:**
The clipboard operations needed to be more robust across different browsers and handle cases where the clipboard API might be unavailable or restricted.
**Effects:**
- More reliable text copying functionality in session management
- Better error handling for clipboard operations
- Support for browsers without native clipboard API
**Checklist:**
- [ ] Mention to the original issue
- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after
**Testing Requirements:**
- Verify clipboard operations in Chrome/Safari
- Test copying functionality in browsers without clipboard API
- Confirm error handling when clipboard access is denied
What Operating System(s) are you seeing this problem on?
Linux (x86-64)
Backend.AI version
24.09
Describe the bug
To Reproduce
test: 10.100.64.15
KvfwhPMQ-session
session.Expected Behavior
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: