[Webkit-unassigned] [Bug 61427] Web Inspector: improve output of console.log(object)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 7 13:11:11 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=61427


xperts at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xperts at gmail.com




--- Comment #13 from xperts at gmail.com  2012-05-07 13:11:09 PST ---
What about as an alternative implementation just adding a shortcut that will expand the first expandable arrow in the current object?  The shortcut could simply be a trigger caused by the left arrow being pressed while focus is in the console and the console input is currently empt".

And if you wanted to be complete about it, the logical extension of this solution could be to keep expanding the first arrow with each left arrow keypress until you reach the end of the "tree", then go back up and start expanding at the next arrow that hasn't been expanded on any of the objects.  This way you could eventually reach an entirely expanded object at all nodes.

But just having the ability to expand the initial object when typed into the console would be huge.  A large portion of the time that something is typed into console an object is returned, and when that happens it is necessary to click on the object about 99% of the time (in my experience).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list