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

Copy image to clipboard doesn't work in Orion, Safari, Webkit variants #1467

Open
nickradford opened this issue May 9, 2023 · 1 comment
Labels

Comments

@nickradford
Copy link

Describe the bug
Trying to copy an image to the clipboard fails in Orion Browser (and other Webkit variants)

To Reproduce
Steps to reproduce the behavior:

  1. Open Carbon
  2. Select "Copy Image to Clipboard"
  3. Try to paste image where images are paste-able (e.g. Twitter, Github, Slack)
  4. No image data is in the clipboard.

Expected behavior
An image should be copied to the clipboard

Screenshots
If applicable, add screenshots to help explain your problem.

Info (please complete the following information):

  • OS [e.g. macOS, Linux, Windows, iOS]: MacOS v13.3.1(a)
  • Browser [e.g. Chrome, Safari, Firefox]: Orion Browser (Version 0.99.124-beta (WebKit 616.1.10))
  • Carbon URL [e.g. carbon.now.sh?bg=pink]: Link
Code snippet
  
Button(action: {
    handleSignIn()
}, label: {
    ZStack {
        Text("Sign in")
            .opacity(isLoading ? 0 : 1)
        ProgressView()
            .scaleEffect(0.4)
            .opacity(isLoading ? 1 : 0)
    }
})
  
@nickradford nickradford added the bug label May 9, 2023
@nicolaiarocci
Copy link

On Safari, I'm having the same issue.

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

No branches or pull requests

2 participants