| Summary: | Allow giving keyboard focus to the Eclipse UI via CTRL + TAB. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Matthias Wienand <matthias.wienand> |
| Component: | GEF MVC | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.2.0 | ||
| Target Milestone: | 4.0.0 (Neon) M6 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Matthias Wienand
I implemented giving keyboard focus to the next control in the Eclipse UI by registering a TraverseListener on the FXCanvas that sets the event's "doit" flag to true if the CTRL modifier key is pressed (i.e. the bit is set in the event's "stateMask" field) and the event's "detail" field indicates that tab traversal was performed. The code is published on the master branch. Therefore, I resolve this ticket as fixed for 4.0.0M6. |