[Webkit-unassigned] [Bug 105187] [EFL][WK2] ManualTests/window-geometry.html contents is shaking while scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 17 09:56:01 PST 2012


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





--- Comment #4 from Andras Becsi <abecsi at webkit.org>  2012-12-17 09:58:17 PST ---
(In reply to comment #1)
> It seems to not be scrolling correctly at all to me.
> 
> Ie. the scrollBy scrolls but asks to scroll again before it gets its uptodate position. That could cause the shaking... moving to new position, reading the old position and moving back.

I'm not familiar with EFL, but this almost sounds like event delivery issues (eg. both the UI and WebCore try to apply the scroll delta and this conflicts).
Does EFL use delegated scrolling or does WebCore handle scroll events?
Or an incorrectly updated visible rect could also be a source of the issue.

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