Side navigation
#1071 closed bug (fixed)
Opened March 26, 2007 02:57PM UTC
Closed April 24, 2007 09:58PM UTC
Last modified June 20, 2007 12:51AM UTC
this.$events is null
Reported by: | offwhite | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.1.3 |
Component: | event | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
While using the ready event I am getting a null exception in MSIE 6.
The error is on line 1291.
var c = this.$events[event.type];
When I go into the Visual Studio debugger the watch shows all of the variables are defined so it does not explain why the error is being raised. I plan to check for null and return from the method to avoid the exception.
Attachments (0)
Change History (3)
Changed March 26, 2007 03:15PM UTC by comment:1
Changed April 05, 2007 08:59PM UTC by comment:2
I have the same problem and seems here is one guy who have found the solution:
http://www.nabble.com/IE6-ASP.NET-error-from-document.onload:-'this.events'-is-null-t2356326.html
I experiencing this problem when testing page with jQuery from the HtmlUnit, page load when jQuery is present on the page.
Changed April 24, 2007 09:58PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
With the move to DOM Level 2 event handlers conflicts with .Net events are now resolved. Fixed in the latest SVN which will soon be 1.1.3.
Can you provide some more details concerning this? Do you have a sample page that we can look at, where this occurs?