[Webkit-unassigned] [Bug 67109] [EFL] Queued scroll feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 05:47:45 PST 2012


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





--- Comment #22 from Kamil Blank <k.blank at samsung.com>  2012-01-31 05:47:45 PST ---
(In reply to comment #21)
> - Doesn't it matter if idler callback isn't called for a while while panning on page-loading ?

Do you have in mind specific case which can give us trouble? We can consider disabling this feature while page loading if it's needed.

> - Would it be ok although calling of callback is pending, so smartData->queuedScrolls.idler won't be 0 for a long time ?

I don't see any issues there. As soon as callback is called it'll process all scroll events which were made until that time - not only these made before adding idler. When callback is pending it's not possible to make new scrolls so there is no risk caused by mixing queued scrolls and frame scrolls.

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