Correct behaviour of touch wrt mouse capture.
We short circuit emulated mouse events (they are emulated on a touch) so that these events don't get passed to javascript. The short circuit logic also short-circuited the mouse capture/release logic, which caused failure when touch happened during a mouse-capture. This commit ensures that only the call to ForwardMouseEvent is short- circuited for emulated events. BUG=132068 TEST= Review URL: https://chromiumcodereview.appspot.com/10802085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148547 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment