Bug 350186

Summary: [KeyBindings] Mouse swipe left/right should do Back/Forward in navigation history
Product: [Eclipse Project] Platform Reporter: Markus Keller <markus.kell.r>
Component: UIAssignee: Platform UI Triaged <platform-ui-triaged>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: johannes_rieken, ob1.eclipse, prakash
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
Whiteboard:
Attachments:
Description Flags
Implementation
none
Patch v2 none

Description Markus Keller CLA 2011-06-23 15:37:18 EDT
Created attachment 198495 [details]
Implementation

HEAD, follow-up to bug 88788

Mouse swipe left/right should do Back/Forward in navigation history.

Implementation is analogous to mouse buttons support from bug 88788. Tested with an Apple touch mouse on Cocoa.
Comment 1 Markus Keller CLA 2011-06-24 05:39:10 EDT
Created attachment 198510 [details]
Patch v2

I forgot to check for the gesture event detail. This doesn't matter for devices that only support one kind of gestures (like the Magic Mouse), but it could cause trouble with other devices.