[webkit-reviews] review requested: [Bug 83981] [Qt][WK2] Fixed elements position is wrong after zooming. : [Attachment 137261] Patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 15 18:32:06 PDT 2012


Yael <yael.aharon at nokia.com> has asked	for review:
Bug 83981: [Qt][WK2] Fixed elements position is wrong after zooming.
https://bugs.webkit.org/show_bug.cgi?id=83981

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

------- Additional Comments from Yael <yael.aharon at nokia.com>
Turn on the flag setFixedElementsLayoutRelativeToFrame, so that fixed elements
are calculated based on the visibleWidth and visibleHeight of the view.

When the size changes, mark all fixed elements for layout. RenderView maintains
a list of fixed elements, so it is easy to find them.
This was adapted from iOS 5.1 branch at opensource.apple.com.


More information about the webkit-reviews mailing list