[webkit-reviews] review granted: [Bug 105486] Need to re-layout fixed position elements after scale when using settings()->fixedElementsLayoutRelativeToFrame() : [Attachment 180454] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 19:19:21 PST 2012


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Tien-Ren Chen
<trchen at chromium.org>'s request for review:
Bug 105486: Need to re-layout fixed position elements after scale when using
settings()->fixedElementsLayoutRelativeToFrame()
https://bugs.webkit.org/show_bug.cgi?id=105486

Attachment 180454: Patch
https://bugs.webkit.org/attachment.cgi?id=180454&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=180454&action=review


> Source/WebCore/ChangeLog:17
> +	   (WebCore):

Remove useless lines like this.

> LayoutTests/fast/repaint/relayout-fixed-position-after-scale.html:9
> +::-webkit-scrollbar {
> +    width:0;
> +    height:0;
> +}

This doesn't work in Mac WK1. body { overflow: hidden; } is a better way to
hide scrollbars.


More information about the webkit-reviews mailing list