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&Paste in Firefox #90

Open
m-mohr opened this issue Feb 14, 2023 · 0 comments
Open

Copy&Paste in Firefox #90

m-mohr opened this issue Feb 14, 2023 · 0 comments
Assignees
Milestone

Comments

@m-mohr
Copy link
Member

m-mohr commented Feb 14, 2023

Firefox doesn't support accessing the clipboard as we use it right now:

Firefox only supports reading the clipboard in browser extensions, using the "clipboardRead" extension permission.

We can circumvent this for the model builder by just using an internal store for copy&paste within the app. Doesn't allow pasting from external sources, but that's rarely used anyway.

Source: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/readText

@m-mohr m-mohr self-assigned this Feb 14, 2023
@m-mohr m-mohr added this to the 2.15.0 milestone Feb 14, 2023
@m-mohr m-mohr modified the milestones: 2.15.0, 2.17.0 Jul 26, 2024
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