-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Issue with copying HTML content of a modal on IE11 #3457
Comments
@xtenpeben Try upgrading to BootstrapVue 2.0.0-rc.22 and see if the issue persists. |
@tmorehouse The issue still persists in bootstrap-vue.js.org site. I just assumed that's on 22. I'll update my local dev to 22 and see. |
I just tested with IE 11, and see that pasting into Word 2010 does not work, while pasting the same thing into Notepad and Notepad++ and Excel 2010 works (as well as a few other applications I have tried). Pasting as text does work in Word 2010 though. Visually when pasting into Word, the text does not show up, but if clicking the reveal codes button, the text does show: |
Thanks. Also, not sure if this would help, bootstrap 4 by itself that I have on a separate non-vue project. Copy / paste works just fine for all browsers including IE11. |
We do have a text-selection detection routine, which is mainly used to prevent a backdrop-click from happening during text selection. I wonder if that might be interfering with how Word is picking up the full copy information meta-data. |
Thanks! |
Will be available in release 2.0.0-rc.23 |
Describe the bug
Unable to copy html content of a modal and pasting it into another application (i.e. Word) except for another browser (i.e. Chrome).
Steps to reproduce the bug
Expected behavior
It should paste the formatted content.
Versions
Libraries:
Environment:
The text was updated successfully, but these errors were encountered: