[Webkit-unassigned] [Bug 125927] Web Inspector: Watch expressions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 18 12:25:31 PST 2013


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





--- Comment #12 from Timothy Hatcher <timothy at apple.com>  2013-12-18 12:23:37 PST ---
(In reply to comment #11)
> (In reply to comment #6)
> > (In reply to comment #2)
> > > As far as the current mock-up goes, would there be any other UI for managing the expressions?
> > 
> > >  How would object values work? A popover on the bubble? The less UI the better.
> > 
> > I like how Light Table shows them inline: http://screencast.com/t/sEEsWgP65
> > Popovers cover code behind them. Having more than one expanded popover can be troublesome.
> 
> Inline expansion is pretty disruptive too. It requires you to expand and collapse when you are done to get the space back. Popovers are transient and hide automatically when attention (the mouse) moves away. Inline expansion with multiple objects on the same line quickly becomes a chaos, as you can get in the console. I'ver been considering removing inline expansion in the console because of that (at least for multiple objects on one line) and using a popover.

Another option, if the bubble allows selection (like a token), we could push a selection state, making it show up in the navigation bar path. Then you can have a details sidebar that has the details of the value. This is something we might do for probes, which would show you the history of the value, not just the last value.

-- 
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