> I found a bug in 1.0.4; > > It has to do with this line: > var c = this.events[event.type]; > > In the "handle" function. > > The error occurs after cliking an ASP button which reloads the page. > Unfortunately, i can't give a test page since it is a closed project. All > i can say is that it gives an error stating: > "this.events has no properties" > > Maybe this one can be solved by adding this check? > if (!this.events) > return; > > However, i can't connect to SVN from here, so can someone pick this up?
It seems like jQuery tries to handle an event that wasn't registered via jQuery. Does that make any sense? -- Jörn Zaefferer http://bassistance.de -- "Ein Herz für Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht! _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
