Bug 21202
Summary: | When the highlighted node is off-screen show an arrow pointing in its general direction | ||
---|---|---|---|
Product: | WebKit | Reporter: | Timothy Hatcher <timothy> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | apavlov, aroben, dev+webkit, kmccullough, loislo, mitz, pfeldman, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Timothy Hatcher
Broken off of bug 21000.
Now that scrolling to reveal the highlightd node is gone, we should show an arrow pointing in its general direction when the highlighted node is off-screen.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yury Semikhatsky
Alternatively we could provide a way to scroll to the highlighted node in the viewport(e.g. by clicking a node in the DOM tree with Cmd or other modifier). Would it make sense?
Alexander Pavlov (apavlov)
The tooltip arrow location now denotes the general direction where the node resides offscreen (as of bug 37768 fix).