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

fix(js/pttchrome): prevent right click menu paste from breaking Firefox #52

Merged
merged 1 commit into from
Oct 29, 2018

Conversation

myjian
Copy link
Contributor

@myjian myjian commented Oct 23, 2018

Fix #50, #51.

@robertabcd
Copy link
Owner

Thanks! I don't have 62 at hand to reproduce, but 63 doesn't have the issue. Weirdly, I suppose they have the same support: https://caniuse.com/#search=clipb

@robertabcd robertabcd merged commit 96c5e5e into robertabcd:dev Oct 29, 2018
@myjian
Copy link
Contributor Author

myjian commented Oct 30, 2018

Asynchronous clipboard API doesn't appear in caniuse.com. The support matrix you linked is about synchronous clipboard API. Async clipboard API is supported by only Firefox v63 or Chrome v66 at this moment. https://developer.mozilla.org/en-US/docs/Web/API/Navigator/clipboard

@robertabcd
Copy link
Owner

Oh, I see. The linked working draft on caniuse has the readText() so I thought they are in the same entry.

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

Successfully merging this pull request may close these issues.

2 participants