On Thu, Sep 3, 2009 at 12:10 PM, raoul<[email protected]> wrote: >> > 5. No finger scrolling, it selects text instead: >> > http://laszlo.krekacs.googlepages.com/eve_select_text_instead_scrolling.p >> >ng >> >> It was removed in favor of webkit's own finger scrolling, AFAIK you >> need to enable it during compile time. > No, we need to implement it in eve using hooks provided by webkit-efl and > mouse_down/up/move events: > > EWebKit_Hit_Test_Contents contents; > ewk_webframe_object_hit_test(webframe, &contents, dx - ox, dy - oy); > ewk_webframe_object_scroll(contents.frame, x, y);
I'm copying André Pedralho who worked on WebKit-EFL and did the patch to explicitly remove the code you say, AFAIBT it should be done by webkit now. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
