Bug 142791 - Web Inspector: Inspector DOM Tree not scrolling to the inspected DOM node
Summary: Web Inspector: Inspector DOM Tree not scrolling to the inspected DOM node
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-03-17 14:18 PDT by Joseph Pecoraro
Modified: 2016-12-13 15:36 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-03-17 14:18:02 PDT
* SUMMARY
Inspector DOM Tree not scrolling to the inspected DOM node.

* STEPS TO REPRODUCE
1. Inspect gmail.com
2. Inspect the inspector¹ to open inspector²
3. Inspect a DOM node in inspector¹
4. In inspector² toggle into full screen Console
5. In inspector² toggle out of full screen Console
  => Inspect DOM nodes in inspector¹ => inspector² does not scroll to the node properly

* NOTES
- I added logging, and I when I encounter this scenario, if I go into inspector³ and run `document.activeElement.scrollIntoView()` the DOM view scrolls to the top instead of to the element. Seems like a WebCore issue.
Comment 1 David Kilzer (:ddkilzer) 2016-09-09 11:54:13 PDT
<rdar://problem/28229427>