We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in ie11
copy('<p>test</p>', { format: 'text/plain', });
results in <p>test</p> being copied to clipboard and pasted into ms-word
<p>test</p>
copy('<p>test</p>', { format: 'text/html', });
results in empty clipboard. Other browsers behave as expected with rick text being added to ms-word
The text was updated successfully, but these errors were encountered:
it's probably an issue somewhere in if/else nesting, but would be so easier to probably debug using actual IE11 😦
Sorry, something went wrong.
No branches or pull requests
in ie11
results in
<p>test</p>
being copied to clipboard and pasted into ms-wordresults in empty clipboard. Other browsers behave as expected with rick text being added to ms-word
The text was updated successfully, but these errors were encountered: