[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
Tue Feb 19 18:12:28 PST 2013


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





--- Comment #42 from James Robinson <jamesr at chromium.org>  2013-02-19 18:14:51 PST ---
(From update of attachment 189217)
View in context: https://bugs.webkit.org/attachment.cgi?id=189217&action=review

> Source/WebCore/page/Page.cpp:751
> +    view->visibleContentScaleFactorDidChange();

this line will only be reached if the page scale actually changed (see line 726), so why do another round of checks on the visible viewport size? when will that stay the same?

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