[Webkit-unassigned] [Bug 105486] Need to re-layout fixed position elements after scale when using settings()->fixedElementsLayoutRelativeToFrame()

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


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





--- Comment #12 from Tien-Ren Chen <trchen at chromium.org>  2012-12-20 19:31:52 PST ---
(In reply to comment #11)
> (From update of attachment 180454 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=180454&action=review
> 
> > Source/WebCore/ChangeLog:17
> > +        (WebCore):
> 
> Remove useless lines like this.

Roger that.

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

This doesn't work with scaled page. I guess the reason is that overflow:hidden only shrink <body> to the layout viewport size.

Let's just add a Skip in TestExpectations?

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