Skip to main content

Bug Tracker

Side navigation

#4064 closed bug (invalid)

Opened February 04, 2009 04:35PM UTC

Closed October 27, 2010 12:21AM UTC

Last modified March 14, 2012 12:27PM UTC

jQuery animations fail without firebug

Reported by: jakerella Owned by: jakerella
Priority: low Milestone:
Component: core Version: 1.3.1
Keywords: firebug animate Cc:
Blocked by: Blocking:
Description

With the newer versions of firebug, one must load the console manually in JS code:

if (loadFirebugConsole) { loadFirebugConsole(); }

This is usually done at the top of any JS code (after including libraries) so that you can use the console later in the page/app. This line is causing problems with all animations if Firebug is not installed or disabled on the client browser.

I haven't been able to dig into the code yet to see what's going on, but I might try later this week when I have more time.

TO REPRODUCE:

-Make sure Firebug is installed and active

-Go to: http://jkdesign.org/color in Firefox

-The first page will work fine, then click on "broken anim"

-Only difference is the commented out loadFirebugConsole line

Reproduced on:

Firefox 2 AND 3

Firebug 1.3

jQuery 1.2.6 AND 1.3.1

Windows AND Mac

Attachments (1)
  • test-4064.html (0.5 KB) - added by dmethvin October 14, 2009 02:20AM UTC.

    Repro with jQuery 1.3.2, Firefox 3.0 on Windows XP.

Change History (5)

Changed February 04, 2009 05:42PM UTC by jakerella comment:1

Sorry, one mistake in the reproduce instructions:

"Make sure Firebug is NOT installed or inactive"

Changed October 14, 2009 02:21AM UTC by dmethvin comment:2

component: unfilledcore

Not sure what can be done about this, but it's worth documenting at least.

Changed October 26, 2010 08:22PM UTC by rwaldron comment:3

milestone: 1.3.1
owner: → jakerella
priority: majorlow
status: newpending

The test case link is dead.

Changed October 26, 2010 08:39PM UTC by jakerella comment:4

status: pendingnew

Replying to [comment:3 rwaldron]:

The test case link is dead.

Sorry, that server went down a while ago and the test case was lost. Please see the attachment by dmethvin and follow reproduce instructions in original bug description

Changed October 27, 2010 12:21AM UTC by snover comment:5

resolution: → invalid
status: newclosed

I’m sorry, how is this a jQuery bug? You are trying to access a property that does not exist (loadFirebugConsole) and so, of course, the browser throws a ReferenceError.