[Webkit-unassigned] [Bug 111670] Implement pinch zoom for bottom-right fixed-position elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 15 16:20:57 PDT 2013


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





--- Comment #11 from Tien-Ren Chen <trchen at chromium.org>  2013-03-15 16:23:22 PST ---
Changes from last patch:
* Moved RenderLayerCompositor::fixedPositionedByAncestor to ScrollingCoordinatorChromium. It is a chromium-specific concept that only makes sense to our implementation.
* Added WebLayerPositionConstraint, deprecate fixedToContainerLayer flag. The structure can be extended to support sticky elements at a later time.

Why not reuse WebCore::ViewportConstraints? Because our approach to fixed position layer is significantly different so there are too many parameters that are useless to us.

Chromium patch coming soon.

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