[Webkit-unassigned] [Bug 144506] New: Web Inspector: Improve experience when expanding an object at the bottom of the console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 1 15:34:49 PDT 2015


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

            Bug ID: 144506
           Summary: Web Inspector: Improve experience when expanding an
                    object at the bottom of the console
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: graouts at webkit.org, joepeck at webkit.org,
                    jonowells at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

* SUMMARY
Improve experience when expanding an object at the bottom of the console.

If you are scrolled to the bottom of the console, and expand an object at the bottom of the console, the console grows taller and you have to manually scroll down to show the properties of the object. That manual scroll is frustrating, it should be automatic!

If you are pinned to the bottom, we should either keep you pinned to the bottom or, for a very large object it may be better to reveal content with the top of the console scrolled to the top of that element.

* STEPS TO REPRODUCE
1. js> window.navigator
2. Expand object such that the console needs to scroll
3. js> window.navigator
4. Scroll to the bottom of the console
5. Click to expand the object.
  => expected automatic scroll to reveal the properties, instead of me having to scroll

* NOTES
There are pros and cons to this. Some might want to be able to click twice to expand/collapse. That should still work, just not if you are pinned to the bottom.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150501/11b72d8e/attachment.html>


More information about the webkit-unassigned mailing list