jquery-address icon indicating copy to clipboard operation
jquery-address copied to clipboard

Unable to get property 'msie' of undefined or null reference in IE10

Open Marcelive opened this issue 11 years ago • 3 comments

When using the latest jquery Address this error pops up in IE10 alone, all other browsers work without any issue.

SCRIPT5007: Unable to get property 'msie' of undefined or null reference jquery-ui-1.8.13.custom.min.js, line 57 character 472

This happens to your latest sample files when running it in IE10.

Please advise if this is a browser issue or if something can be done that IE10 doesn't see this as a scripting error.

Marcelive avatar Oct 14 '13 11:10 Marcelive

This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.

https://github.com/jquery/jquery-migrate/

serverleader avatar Feb 07 '14 18:02 serverleader

Thx but t didn't seem to get rid of the issue either.

Marcelive avatar Feb 10 '14 10:02 Marcelive

this will work even with ie7

http://stackoverflow.com/questions/15020826/how-to-support-placeholder-tag-in-ie8-and-9/21637490#21637490

serverleader avatar Feb 10 '14 14:02 serverleader