<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Improve experience when expanding an object at the bottom of the console"
   href="https://bugs.webkit.org/show_bug.cgi?id=144506">144506</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Web Inspector: Improve experience when expanding an object at the bottom of the console
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>528+ (Nightly build)
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Web Inspector
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>joepeck&#64;webkit.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>graouts&#64;webkit.org, joepeck&#64;webkit.org, jonowells&#64;apple.com, mattbaker&#64;apple.com, nvasilyev&#64;apple.com, timothy&#64;apple.com, webkit-bug-importer&#64;group.apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>* 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&gt; window.navigator
2. Expand object such that the console needs to scroll
3. js&gt; window.navigator
4. Scroll to the bottom of the console
5. Click to expand the object.
  =&gt; 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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>