@johnjbarton,
just to be clear, @Mikhas's test case still fails on Firefox 3.5 +
Firebug 1.4.0b4 (WinXP).
i also tested it against 1.4.0b5, but to no avail.
i.e. when typed consecutively into the firebug console, the following
_still_ show up as undefined:
obj = {};
obj
console.log(obj)
are you recommending a firebug upgrade from 1.4.0b4 (or b5) to 1.5a7
as a workaround / solution?
On Jul 4, 12:58 am, johnjbarton <
johnjbar...@johnjbarton.com> wrote:
> I get a proper date from Firebug 1.5a6 and 1.5a7 on Firefox 3.5 on
> WinXP.
> jjb
>
> On Jul 3, 9:25 am, mystix <
xerok...@gmail.com> wrote:
>
>
>
> > this still appears to be broken on Firefox 3.5 + Firebug 1.4.0b4 on
> > OSX 10.5.7.
>
> > on an empty html page, i typed this into the console:
>
> > new Date()
>
> > and Firebug still returns "undefined".
>
> > On Jul 2, 9:52 pm, johnjbarton <
johnjbar...@johnjbarton.com> wrote:
>
> > > Please try Firebug 1.5a7 or 1.4b4 fromhttp://
getfirebug.com/releases.
> > > This has been fixed already.
> > > jjb
>
> > > On Jul 2, 5:26 am, Mikhas <
mikhas.r...@gmail.com> wrote:
>
> > > > Since I's using FF3.5(final) and Firebug 1.4.0b3, when I use the
> > > > console do check anobjecthe shows 'undefined' when I do something