On Apr 6, 4:35 pm, Nicholas H <
nicholas.h...@hireahelper.com> 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