[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
Mon Jan 28 19:23:09 PST 2013


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





--- Comment #16 from Tien-Ren Chen <trchen at chromium.org>  2013-01-28 19:25:07 PST ---
Changes from last patch:
* Changed the hook point from Frame::deviceOrPageScaleFactorChanged() to FrameView::visibleContentsResized(). This makes more sense and make code much cleaner.
* In the layout test, added a trick to force re-layout before changing scale factor again so we can avoid scrollbars.
* Rebased.

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