Bug 108339
| Summary: | [EFL] Visually empty position:fixed elements have a layer on EFL | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jussi Kukkonen (jku) <jussi.kukkonen> |
| Component: | Layout and Rendering | Assignee: | Kalyan <kalyan.kondapally> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | d-r, kalyan.kondapally, laszlo.gombos, mcatanzaro, mikhail.pozdnyakov, ostap73 |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jussi Kukkonen (jku)
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)
+ )
+ )
+)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kalyan
Looking into the issue.
Michael Catanzaro
Closing this bug because the EFL port has been removed from trunk.
If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.