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

Bug 481679

Summary: Enable keyboard navigation to traverse focus part.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF MVCAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: matthias.wienand
Version: 0.2.0   
Target Milestone: 4.0.0 / 3.11.0 (Neon) M5   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2015-11-09 02:44:45 EST
We should add support for traversing the focus part (without affecting the selection) via keyboard navigation. It should also be possible to change selection via keyboard (using e.g. SPACE on the focus part).
Comment 1 Matthias Wienand CLA 2016-02-02 12:11:12 EST
I implemented focus traversal via TAB and SHIFT+TAB provided as an FXTraversalOnTypePolicy that can be bound to the root part. Furthermore, I implemented (de-)selecting the focus part via SPACE as an FXSelectOnTypePolicy that can be bound to individual content parts and to the root part. The code is published on the master branch. Therefore, I resolve this ticket as fixed for 3.11.0M5.