[Webkit-unassigned] [Bug 108339] New: [EFL] Visually empty position:fixed elements have a layer on EFL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 06:13:57 PST 2013


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

           Summary: [EFL] Visually empty position:fixed elements have a
                    layer on EFL
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jussi.kukkonen at intel.com


Visually empty position:fixed elements should not get a composited layer after r141039 (bug 108112).

compositing/layer-creation/fixed-position-no-content.html says that on EFL WK2 we do get the layer for some reason:

--- /home/jku/intel/src/WebKit/layouttests/compositing/layer-creation/fixed-position-no-content-expected.txt
+++ /home/jku/intel/src/WebKit/layouttests/compositing/layer-creation/fixed-position-no-content-actual.txt
@@ -1,3 +1,11 @@
 There should be no layers.

+(GraphicsLayer
+  (bounds 785.00 1024.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 785.00 1024.00)
+    )
+  )
+)

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