On Apr 6, 4:35 pm, Nicholas H <[email protected]> wrote: > I feel silly. I didn't think to include I was actually console.log'ing an > array (which contains just one string). > > Still, shouldn't an array like that have it's text be "expandable", still? > > Example: > > console.log('test msg kinda long but gets the point across and such and it > shouldnt show ellipsises after a certain point in my test.'); > var ary = new Array('test msg kinda long but gets the point across and such > and it shows ellipsises after a certain point in my test.'); > console.log(ary); > > The first line works great. The second line is always truncated, Yep, now I can see the problem
> though, with no easy way to expand it. Any suggestions for how the UI/UX should look like? Also, I think that another bug is: 1) Click on the log output in the Console panel 2) The DOM panel is selected but empty -> BUG 3) The DOM panel should display the array items Honza -- 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 https://groups.google.com/forum/#!forum/firebug
