Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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