Bug 99072
Summary: | [EFL] Rendering failures related to scrolling and fixed positioning in WK1 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Raphael Kubo da Costa (:rakuco) <rakuco> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | kangil.han, lucas.de.marchi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Raphael Kubo da Costa (:rakuco)
Nothing seems to be rendered at all, we only get blank images.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Raphael Kubo da Costa (:rakuco)
Retitling and making the bug more general.
The following tests either generate a blank image or do not render part of the PNG, ie.. some parts are rendered as if they are covered by some white rectangles, and some pages are simply not scrolled at all:
compositing/absolute-position-changed-in-composited-layer.html
compositing/absolute-position-changed-with-composited-parent-layer.html
compositing/geometry/fixed-in-composited.html
compositing/geometry/horizontal-scroll-composited.html
compositing/geometry/video-fixed-scrolling.html
compositing/overflow/fixed-position-ancestor-clip.html
fast/block/positioning/rtl-fixed-positioning.html
fast/block/positioning/vertical-rl/fixed-positioning.html
fast/dynamic/anchor-lock.html
fast/events/autoscroll.html
fast/events/reveal-link-when-focused.html
fast/events/scale-and-scroll-body.html
fast/events/scale-and-scroll-iframe-body.html
fast/events/scale-and-scroll-iframe-window.html
fast/events/scale-and-scroll-window.html
fast/layers/scroll-rect-to-visible.html
fast/multicol/scrolling-overflow.html
fast/overflow/clip-rects-fixed-ancestor.html
fast/overflow/paged-x-with-column-gap.html
fast/overflow/position-fixed-transform-clipping.html
fast/overflow/scrollRevealButton.html
fast/repaint/absolute-position-changed.html
fast/repaint/fixed-after-scroll.html
fast/repaint/fixed-and-absolute-position-scrolled.html
fast/repaint/fixed-child-move-after-scroll.html
fast/repaint/fixed-child-of-fixed-move-after-scroll.html
fast/repaint/fixed-child-of-transformed-move-after-scroll.html
fast/repaint/fixed-in-page-scale.html
fast/repaint/fixed-move-after-scroll.html
fast/repaint/fixed-right-bottom-in-page-scale.html
fast/repaint/fixed-right-in-page-scale.html
fast/repaint/fixed-scale.html
fast/repaint/fixed-scroll-simple.html
fast/repaint/fixed-table-cell.html
fast/repaint/fixed-table-overflow-zindex.html
fast/repaint/fixed-table-overflow.html
fast/repaint/fixed-tranformed.html
fast/repaint/fixed.html
fast/repaint/repaint-during-scroll.html
fast/repaint/scroll-absolute-layer-with-reflection.html
fast/repaint/scroll-fixed-layer-with-no-visible-content.html
fast/repaint/scroll-fixed-layer-with-reflection.html
fast/repaint/scroll-fixed-layer-with-transformed-parent-layer.html
fast/repaint/scroll-fixed-reflected-layer.html
fast/repaint/scroll-in-fixed-layer.html
fast/repaint/scroll-relative-table-inside-table-cell.html
Raphael Kubo da Costa (:rakuco)
*** Bug 99055 has been marked as a duplicate of this bug. ***
Raphael Kubo da Costa (:rakuco)
*** Bug 99056 has been marked as a duplicate of this bug. ***
Raphael Kubo da Costa (:rakuco)
*** Bug 99058 has been marked as a duplicate of this bug. ***
Raphael Kubo da Costa (:rakuco)
*** Bug 99061 has been marked as a duplicate of this bug. ***
Raphael Kubo da Costa (:rakuco)
Fixed in <http://trac.webkit.org/changeset/132885>.