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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 25 01:17:29 PST 2012


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





--- Comment #18 from KwangHyuk <hyuki.kim at samsung.com>  2012-01-25 01:17:29 PST ---
> Source/WebKit/efl/ewk/ewk_frame.cpp:794
> +            if (!smartData->queuedScrolls.idler)

Unfortunately, idler callback can cause two issues.
Idler callback can not be called when cpu is busy and it can cause crash if object is destroyed and callback isn't unregistered.
In addition, current implementation may not apply final scroll request.
What do you think ?

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