[Regression] Make scrolling work with mouse events support 90/10790/1
authorJoone Hur <joone.hur@intel.com>
Sat, 12 Oct 2013 00:52:18 +0000 (17:52 -0700)
committerJoone Hur <joone.hur@intel.com>
Sat, 12 Oct 2013 02:50:55 +0000 (19:50 -0700)
commitf0923517bb5c7e712e56d19cf702992b84491bda
treeec255263b4761d865ca22ae9dfcd1fc3c393d279
parentf9de2ff664bf1e5074b6e8fcf6bbd0714e9d9b98
[Regression] Make scrolling work with mouse events support

https://review.tizen.org/gerrit/#/c/10703/
The above patch allows to enable mouse events by default, but it causes
disabling scrolling on the webview because the webview(evas object) consumes
all the mouse events and does not forward those events to the gesture recognizer.

This patch enables mouse events in the gesture recognizer, which allows
scrolling and mouse events to work together.

Change-Id: I69f3e09957c6e9e9313de03da4b58f6e6840d1fe
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp
Source/WebKit2/UIProcess/API/efl/tizen/GestureRecognizer.cpp
Source/WebKit2/UIProcess/API/efl/tizen/GestureRecognizer.h