[Webkit-unassigned] [Bug 120640] Web Inspector: Jump from a computed style to the rule it came from

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 28 18:03:51 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=120640

--- Comment #13 from Timothy Hatcher <timothy at apple.com> ---
Comment on attachment 253869
  --> https://bugs.webkit.org/attachment.cgi?id=253869
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=253869&action=review

> Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationSection.js:266
> +            this._element.scrollIntoView();

This would be better as: this._element.scrollIntoViewIfNeeded(true)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150529/9309ecfb/attachment-0001.html>


More information about the webkit-unassigned mailing list