[Webkit-unassigned] [Bug 127938] Web Inspector: Inspect Element sometimes does not select the right DOM Node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 19 13:30:12 PDT 2014


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





--- Comment #11 from Joseph Pecoraro <joepeck at webkit.org>  2014-05-19 13:30:34 PST ---
(From update of attachment 231716)
View in context: https://bugs.webkit.org/attachment.cgi?id=231716&action=review

> Source/WebInspectorUI/UserInterface/Controllers/DOMTreeManager.js:267
> +    get restoreSelectedNodeIsAllowed() {

Still has this style issue.

> Source/WebInspectorUI/UserInterface/Views/FrameDOMTreeContentView.js:75
> +        if (WebInspector.domTreeManager.restoreSelectedNodeIsAllowed)
> +            this._restoreSelectedNodeAfterUpdate(this._domTree.frame.url, rootDOMNode.body || rootDOMNode.documentElement);

Still has the issue of async restoration.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list