[Webkit-unassigned] [Bug 92094] [WTR][EFL] Wheel events are not emitted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 05:06:51 PDT 2012


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





--- Comment #4 from Alexander Shalamov <alexander.shalamov at gmail.com>  2012-07-24 05:06:56 PST ---
(In reply to comment #2)
> (From update of attachment 154014 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=154014&action=review
> 
> > Tools/WebKitTestRunner/efl/EventSenderProxyEfl.cpp:144
> > +static void dispatchMouseDownEvent(Evas* evas, unsigned button, WKEventModifiers wkModifiers, int clickCount)
> 
> Looks unrelated to this bug. Maybe it should be in a separate patch?

Removed, will file new bug

> > Tools/WebKitTestRunner/efl/PlatformWebViewEfl.cpp:53
> > +    evas_object_show(m_view);
> 
> Ditto.
> 
> > Tools/WebKitTestRunner/efl/PlatformWebViewEfl.cpp:74
> > +    evas_object_focus_set(m_view, EINA_TRUE);
> 
> Ditto.
Those are required. View should not be hidden and should be focused, otherwise wheel events are not received in ewk view.

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