[Webkit-unassigned] [Bug 170143] Web Inspector: Probe values not showing in sidebar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 27 16:11:42 PDT 2017


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

Devin Rousso <webkit at devinrousso.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit at devinrousso.com

--- Comment #1 from Devin Rousso <webkit at devinrousso.com> ---
I think this is being caused by the way WebInspector.ProbeSetDataGrid is being used by WebInspector.ProbeSetDetailsSection.  Since WebInspector.DetailsSection is not yet a subclass of WebInspector.View, the check for `_isAttachedToRoot` fails as it's not a subview of the root, instead being added manually by calling `appendChild` on the actual element.

-- 
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/20170327/5c93b75b/attachment.html>


More information about the webkit-unassigned mailing list