Skip to main content

Bug Tracker

Side navigation

#4506 closed bug (invalid)

Opened April 08, 2009 09:51PM UTC

Closed April 11, 2009 02:26PM UTC

jQuery.event.specialAll[type].teardown is undefined

Reported by: likemandrake Owned by:
Priority: major Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

Hello

I probably found jQuery bug. Please visit page http://likemandrake.pl.pl/bug.html to view this error.

My browser throws error (when I refresh (reload) page):

Error: jQuery.event.specialAll[type].teardown is undefined,

File source: http://jqueryjs.googlecode.com/files/jquery-1.3.2.js,

Line: 2561

This error was not throwed first load time.

My browser:

Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.5) Gecko/2008121300 SUSE/3.0.5-1.1 Firefox/3.0.5

jQuery version: 1.3.2

Best regards

PS:

I'm really sorry for my English

Attachments (0)
Change History (1)

Changed April 11, 2009 02:26PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

You added a method to

Object.prototype
; jQuery does not support that.