Thanks for the update! Honza On Jul 3, 6:44 am, Sergey <[email protected]> wrote: > All good, thank you. > > On Jun 23, 3:30 am, Jan Honza Odvarko <[email protected]> wrote: > > > OK, I see. > > > Reported here:http://code.google.com/p/fbug/issues/detail?id=4579 > > > Patch committed, will be in Firebug 1.8b5 > > > Please follow that bug report and verify as soon as Firebug 1.8b5 is > > out. > > > Thanks for the help! > > Honza > > > On Jun 22, 11:48 pm, Sergey <[email protected]> wrote: > > > > No I'm referring to firebug addon for Firefox, sorry if it confused > > > you. I mentioned IE because it showed correct result in it's default > > > console. > > > > Talking about Firebug Lite - no worries, it works correctly. > > > > Thanks > > > > On Jun 22, 1:35 am, Jan Honza Odvarko <[email protected]> wrote: > > > > > > in FF will output 30, in IE 9 blank (IE correct) > > > > > So, you are talking about Firebug Lite, correct? > > > > > Honza > > > > > On Jun 22, 5:47 am, Sergey <[email protected]> wrote: > > > > > > Example code: > > > > > > for(var x = new Array(31), i = 0, il = x.length;i<il;i++) { > > > > >console.clear(); > > > > > console.log(i);} > > > > > >console.clear(); //this call should completely clear console > > > > > > in FF will output 30, in IE 9 blank (IE correct) > > > > > > However if I will callconsole.clearmanually after this code will > > > > > finish work - all good. > > > > > > ______________________ > > > > > > Another example: > > > > > > for(var x = new Array(34), i = 0, il = x.length;i<il;i++) { > > > > >console.clear(); > > > > > console.log(i); > > > > > > } > > > > > > Should be just one line with 33, but instead in FF we have 30, 31, 32, > > > > > 33 > > > > > > If I'm using 30 and below when creating new Array - all is fine. > > > > > > _______________________ > > > > > > I'm usingconsole.clearin my function so it will be nice if this > > > > > issue will be fixed. > > > > > > Thanks, > > > > > Sergey > >
-- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
