Bug 1021804 - Long press on news story links invoke context menu, r=kats, wesj

This commit is contained in:
Mark Capella
2014-08-29 17:32:40 -04:00
parent ef93903bcf
commit dfb228ca0c
8 changed files with 119 additions and 56 deletions

View File

@@ -1344,7 +1344,8 @@ class JavaPanZoomController
@Override
public void onLongPress(MotionEvent motionEvent) {
sendPointToGecko("Gesture:LongPress", motionEvent);
GeckoEvent e = GeckoEvent.createLongPressEvent(motionEvent);
GeckoAppShell.sendEventToGecko(e);
}
@Override