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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 30 20:10:12 PDT 2012


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





--- Comment #36 from KwangHyuk <hyuki.kim at samsung.com>  2012-04-30 20:10:10 PST ---
> > One more question,
> > 
> > > Source/WebKit/efl/ewk/ewk_frame.cpp:815
> > > +    smartData->queuedScrolls.deltaY = 0;
> > 
> > I am wondering whether idler cb will do unexpected behavior if this api is called before idler cb will work.
> 
> I guess you meant ewk_frame_scroll_set, right? That's why deltaY and deltaX are zeroed here to avoid calling scrollBy() by idler in case of calling this API.

I forgot about this.
After all, It looks reasonable, but why callback has to do the most of unnecessary things ?

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