[Webkit-unassigned] [Bug 99850] [EFL][WK2] Use the port independent PageViewportController

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 19 19:46:31 PDT 2012


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


Yael <yael.aharon.m at gmail.com> changed:

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




--- Comment #1 from Yael <yael.aharon.m at gmail.com>  2012-10-19 19:47:28 PST ---
Created an attachment (id=169748)
 --> (https://bugs.webkit.org/attachment.cgi?id=169748&action=review)
Patch

Take PageViewportController into use, and rely on it to calculate  scroll position and zoom level. With this patch, we can do intra page navigation and use the scrollwheel to scroll, when WTF_USE_COORDINATED_GRAPHICS and all related flags are enabled.

With this patch touch events are broken since they do not yet take the scale into account (They work only with scale = 1.0)
Also, mouse events do not work after scrolling.
There is no impact when WTF_USE_COORDINATED_GRAPHICS is turned off, and I am still working on these issues, but would like to start the review going.

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