Skip to main content

Bug Tracker

Side navigation

#322 closed bug (fixed)

Opened October 28, 2006 09:44PM UTC

Closed November 02, 2006 02:46PM UTC

Last modified June 20, 2007 02:14AM UTC

‘null’ is null or not an object (1.0.3)

Reported by: pac Owned by:
Priority: critical Milestone: 1.0
Component: ajax Version: 1.0
Keywords: ajax null object Cc:
Blocked by: Blocking:
Description

First person to note that was Steve O, so i will post his description first:

***********

Steve O Says:

October 28th, 2006 at 10:05 am

When I try to use 1.0.3, I get a javascript error because of the following line:

1015: event.target = event.srcElement;

The error I get (only in IE, which is consistent with the above since line 1015 is in the if (jQuery.browser.msie) block). The above line is not in 1.0.2, which works just fine for me.

The error IE complains about is:

‘null’ is null or not an object

***********

I've got that bug in IE, same line, and realized it was related to an $.ajax() call that i had implemented.

1.0.2 works fine for me too.

Attachments (0)
Change History (5)

Changed October 28, 2006 09:46PM UTC by pac comment:1

priority: majorcritical

changing to critical

Changed October 29, 2006 10:35AM UTC by joern comment:2

Dunno why it occurs at an ajax call, but I guess checking if srcElement is available should help.

Which IE version are you using?

Changed October 30, 2006 01:08PM UTC by pac comment:3

hi, i've tested it in IE 6 and 7, both got the same error.

Changed October 30, 2006 01:35PM UTC by Steve O comment:4

Thanks for following up on this, pac. It was a call to $.ajax that seemed to trigger it for me, as well.

Changed November 02, 2006 02:46PM UTC by brandon comment:5

resolution: → fixed
status: newclosed

This is fixed along with #186 in the latest SVN.