[Webkit-unassigned] [Bug 122108] New: Web Inspector: rows in the Layer sidebar panel may have the incorrect background color

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 30 07:54:33 PDT 2013


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

           Summary: Web Inspector: rows in the Layer sidebar panel may
                    have the incorrect background color
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: graouts at apple.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


Since LayerTreeDataGrid sorts its nodes in a custom way with a .setChildren() method, where we don't touch the DOM structure, but rather change the transforms on the nodes, then the styling applied based on DOM order doesn't work. We'll need to do this manually.

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