[Webkit-unassigned] [Bug 178222] Web Inspector: Layers tab mistakenly throws out the root element's layer.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 16 12:57:11 PDT 2017


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

Brian Burg <bburg at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #323627|review?                     |review+
              Flags|                            |

--- Comment #6 from Brian Burg <bburg at apple.com> ---
Comment on attachment 323627
  --> https://bugs.webkit.org/attachment.cgi?id=323627
Patch

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

r=me

> Source/WebInspectorUI/UserInterface/Views/LayerTreeDetailsSidebarPanel.js:83
> +            let layerForNode = layers[0] && layers[0].nodeId === this.domNode.id && !layers[0].isGeneratedContent ? layers[0] : null;

This is kind of complicated for one line, but that's okay I guess.

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


More information about the webkit-unassigned mailing list