Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 449129

Summary: Add support for gesture-based/key-type-based panning/scrolling
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF MVCAssignee: Matthias Wienand <matthias.wienand>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: matthias.wienand
Version: unspecified   
Target Milestone: 3.10.0 (Mars) M5   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2014-10-29 02:03:51 EDT
We need to add support for panning/scrolling via keyboard and (swipe) gestures, demonstrating the usage in the MVC.FX.UI example.
Comment 1 Matthias Wienand CLA 2015-01-09 07:20:54 EST
Scrolling/panning can be done with touch gestures already, but only vertical scrolling is implemented when using the mouse wheel. Besides, scrolling with the keyboard is not yet implemented as well.
Comment 2 Matthias Wienand CLA 2015-01-09 12:10:30 EST
I implemented panning/scrolling with the keyboard. The code is published on the master branch. Therefore I resolve this ticket as fixed for 3.10.0M5.