Bug 350186 - [KeyBindings] Mouse swipe left/right should do Back/Forward in navigation history
Summary: [KeyBindings] Mouse swipe left/right should do Back/Forward in navigation his...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Mac OS X
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-23 15:37 EDT by Markus Keller CLA
Modified: 2012-06-07 07:18 EDT (History)
3 users (show)

See Also:


Attachments
Implementation (1.89 KB, patch)
2011-06-23 15:37 EDT, Markus Keller CLA
no flags Details | Diff
Patch v2 (1.96 KB, patch)
2011-06-24 05:39 EDT, Markus Keller CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.