Opened 14 years ago
Closed 14 years ago
#3817 closed bug (invalid)
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.
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
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!
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
No problem, happens all the time :)
Just tested it with jquery 1.3b2, and the problem still exists there.