Skip to main content

Bug Tracker

Side navigation

#2933 closed bug (worksforme)

Opened May 24, 2008 03:38PM UTC

Closed January 14, 2009 04:48AM UTC

jQuery-1.2.3.js, jQuery-1.2.5.js - function filter

Reported by: Tom Freudenberg Owned by:
Priority: major Milestone: 1.2.5
Component: core Version: 1.2.3
Keywords: filter Cc:
Blocked by: Blocking:
Description

jQuery will generate a lot of errors in browser console. This is happen by a missing typeof test. This was happen after changes from jQuery 1.2.2 to jQuery 1.2.3.

Please find attached diff extract for jQuery-1.2.3 and jQuery-1.2.5

jQuery.1.2.3.js: change line 1764

jQuery.1.2.5.js: change line 1762

<    if ( typeof fn == "string" )
---
>    if ( typeof fn == "string" || typeof fn == "undefined" )
Attachments (0)
Change History (2)

Changed May 24, 2008 06:16PM UTC by flesler comment:1

need: ReviewTest Case

Hi Tom

We need a test case where this happens. Could you please provide one ?

Changed January 14, 2009 04:48AM UTC by dmethvin comment:2

resolution: → worksforme
status: newclosed

Not observed in 1.2.6 or 1.3.