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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 14 11:30:41 PDT 2013


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


James Robinson <jamesr at chromium.org> changed:

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




--- Comment #7 from James Robinson <jamesr at chromium.org>  2013-03-14 11:33:05 PST ---
(From update of attachment 191901)
View in context: https://bugs.webkit.org/attachment.cgi?id=191901&action=review

Looks like you have a few refinements you plan to do with this patch.

>>> Source/Platform/chromium/public/WebLayer.h:199
>>> +    virtual void setFixedToRightEdge(bool) { }
>> 
>> I wonder if we should have something more like the bitfields in the ViewportConstraints instead of this? That'll also cover cases where a layer is fixed to both edges on the same axis, in which case we may want to do something special in the compositor.
> 
> I think you're right. I was too lazy to write a WebViewportConstraint. Will do.

Still waiting for this.

Also, do we need right-anchored right now?  I think the immediate need is just for bottom-anchored, isn't it?  We can add right-anchored later.

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