What steps will reproduce the problem?
(1) Open a page where an element is offscreen
(2) Inspect the Element with DevTools
(3) Hover over the element's entry in the Elements panel tree
What is the expected result?
DevTools should show the Element info (dimension, selector) on screen, even if the target element is offscreen.
What happens instead?
Element info tooltip moves offscreen as well.
Sample repro:
div {
position: absolute;
width: 100%;
left: 0;
transform: translate(-50%, 0);
}
Originally posted by user:
https://groups.google.com/forum/#!topic/google-chrome-developer-tools/p67IibsrlE8
Comment 1 by bugdroid1@chromium.org
, Jan 2