Bug 142791
| Summary: | Web Inspector: Inspector DOM Tree not scrolling to the inspected DOM node | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | graouts, inspector-bugzilla-changes, jonowells, koivisto, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Joseph Pecoraro
* 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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
<rdar://problem/28229427>