[Webkit-unassigned] [Bug 111199] New: Horizontal and vertical scrollbars have a flaky ordering in the layer tree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 1 11:09:00 PST 2013


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

           Summary: Horizontal and vertical scrollbars have a flaky
                    ordering in the layer tree
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: enne at google.com
                CC: simon.fraser at apple.com, jamesr at chromium.org


These should be made consistent so that layer tree dumps don't change based on which one gets added first.  This causes layout test failures that look something like:

                 (GraphicsLayer
-                  (position 385.00 0.00)
-                  (bounds 15.00 385.00)
+                  (position 0.00 385.00)
+                  (bounds 385.00 15.00)
                   (drawsContent 1)
                 )

...which really isn't a failure at all and is just noise.

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