[Webkit-unassigned] [Bug 27231] REGRESSION: Clicking on nodes in the console should take you to the element in the DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 11:22:52 PDT 2009


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


Timothy Hatcher <timothy at hatcher.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41584|review?                     |review-
               Flag|                            |




--- Comment #3 from Timothy Hatcher <timothy at hatcher.name>  2009-10-21 11:22:52 PDT ---
(From update of attachment 41584)

> +        if (this.showInElementsPanel)

This can just be:

           if (this.treeOutline.showInElementsPanelEnabled)

Then you don't need all the propagation code.

> +            WebInspector.panels.elements.focusedDOMNode = this.representedObject;

We should switch to the Elements panel if it isn't visible too.

-- 
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