Skip to main content

Bug Tracker

Side navigation

#3817 closed bug (invalid)

Opened January 09, 2009 03:08PM UTC

Closed January 17, 2009 10:09PM UTC

strange side effects with firebug

Reported by: tommo Owned by: john
Priority: major Milestone: 1.3
Component: selector Version: 1.2.6
Keywords: Cc:
Blocked by: Blocking:
Description

$(".scores").css("background","none");

$(this).parent().parent().parent().css("background","red");

works in firefox 3 when the firebug extension is enabled, but fails without firebug.

http://cardigan.zbh.uni-hamburg.de/~tmargraf/salami_html/results.html is the page in question. The code is in table.js.

Firebug warns about getBoxObjectFor() being deprecated, though that might be unrelated to this bug.

Attachments (0)
Change History (3)

Changed January 09, 2009 03:15PM UTC by tommo comment:1

Just tested it with jquery 1.3b2, and the problem still exists there.

Changed January 09, 2009 11:03PM UTC by tommo comment:2

Sorry. Turns out I was being stupid. Left console.log calls in the code.

Removing them fixed the problem.

Again, sorry for wasting your time. Feel free to close this. Keep on rocking!

Changed January 17, 2009 10:09PM UTC by john comment:3

resolution: → invalid
status: newclosed

No problem, happens all the time :)