This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 540
Pasting in IE fails to work with add-on-paste #325
Milestone
Comments
LoganBarnett
added a commit
to LoganBarnett/ngTagsInput
that referenced
this issue
Dec 31, 2014
Fix an error when pasting in IE. IE uses window.clipboardData instead of putting clipboardData on the event itself. Fixes mbenford#325.
I'm not sure how to write a test for an IE-specific issue. Would one normally just mock the event? FYI I've tested this manually on IE 9, 10, and 11. |
Thanks for reporting this issue. 👍 I use Sauce Labs to run all tests against IE10 and IE12, but since the test for that particular scenario mocks out the event, it won't ever break. :( I think Angular should have taken care of that by abstracting away the paste event so we don't have to deal with browser differences like this one. Seems like a good PR to be sent to them. :) |
LoganBarnett
added a commit
to LoganBarnett/ngTagsInput
that referenced
this issue
Mar 13, 2015
Fix an error when pasting in IE. IE uses window.clipboardData instead of putting clipboardData on the event itself. Fixes mbenford#325.
LoganBarnett
added a commit
to LoganBarnett/ngTagsInput
that referenced
this issue
Mar 14, 2015
Fix an error when pasting in IE. IE uses window.clipboardData instead of putting clipboardData on the event itself. Fixes mbenford#325.
LoganBarnett
added a commit
to LoganBarnett/ngTagsInput
that referenced
this issue
Mar 14, 2015
Fix an error when pasting in IE. IE uses window.clipboardData instead of putting clipboardData on the event itself. Fixes mbenford#325.
Bessonov
pushed a commit
to Bessonov/ngTagsInput.ie8
that referenced
this issue
May 3, 2015
Fix an error when pasting in IE. IE uses window.clipboardData instead of putting clipboardData on the event itself. Closes mbenford#325.
tarzan
added a commit
to DefactoSoftware/ngTagsInput
that referenced
this issue
Nov 8, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
add-on-paste="true"
.foo,bar,bazz
foo
,bar
, andbazz
to exist as individual tags. Outcome isfoo
is in the input, and there are no tags.Additionally, this error appears in the console:
TypeError: Unable to get property 'getData' of undefined or null reference
The text was updated successfully, but these errors were encountered: