[Webkit-unassigned] [Bug 83981] [Qt][WK2] Fixed elements position is wrong after zooming.

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


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


Yael <yael.aharon at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #137261|                            |review?
               Flag|                            |




--- Comment #1 from Yael <yael.aharon at nokia.com>  2012-04-15 18:32:07 PST ---
Created an attachment (id=137261)
 --> (https://bugs.webkit.org/attachment.cgi?id=137261&action=review)
Patch.

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.

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