Side navigation
#14301 closed bug (cantfix)
Opened August 26, 2013 09:17AM UTC
Closed September 10, 2013 07:28PM UTC
.on() throws an error when used on an XML document in IE8
Reported by: | rosen@developer.bg | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Fiddle: http://jsfiddle.net/6kfQw/
Trying to attach a custom event handler to an XML document throws an error in IE8 (works fine in FF, Chrome, IE9+).
The error is "Object doesn't support this property or method".
Tested against jQuery 1.x (edge)
IE8 documents can't have additional properties added to them, so they can't use the event or data APIs.