Skip to main content

Bug Tracker

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)

Attachments (0)
Change History (2)

Changed August 26, 2013 01:04PM UTC by dmethvin comment:1

IE8 documents can't have additional properties added to them, so they can't use the event or data APIs.

Changed September 10, 2013 07:28PM UTC by dmethvin comment:2

resolution: → cantfix
status: newclosed