-
Notifications
You must be signed in to change notification settings - Fork 61
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
OnPaste Hook not working correctly when selecting all content on IE #170
Comments
@stevermeister @bampakoa Any idea what cause this strange behavior? |
@LoganDupont did not have time to dive into the issue, sorry |
@LoganDupont can't reproduce, tried your planker and browserStack with IE11 |
@stevermeister Maybe the info that i gave you wasn't clear enough. Here is a video to reproduce it |
after second try I found the issue, it appears not from the begging but after some manipulations with text inside ngWig. pretty weird behaviour. |
@stevermeister I changed the video to a gif. Hopes that clarify the problem that i had on IE11 and not on Firefox, chrome or edge. |
It seems that the onPaste Hook is not working on IE when i try to select all the content that is inside the ng-wig and replace it with the clipboard it's content. Instead of replacing it, the content gets added to the content that was already inside the ngWig.
As example i took the demo for onPaste Hook with a little adaptation as IE doesn't support ES6 yet.
Plunker example
Reproduce steps:
Greets,
Logan
The text was updated successfully, but these errors were encountered: