| Summary: | [Grid] Keyboard navigation not possible if no item is selected | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Claudio Guglielmo <claudio.guglielmo> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 2.2 | ||||||
| Target Milestone: | 2.3 M2 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Claudio Guglielmo
We fixed this on our fork as follows: https://github.com/BSI-Business-Systems-Integration-AG/rap/commit/e94220c1eb726f7144b94c19ec67d63a36b5e5bf Actually, this is the same behavior as in SWT. You need the focus item to be set (by click on the table or Table#setSelection call) in order to use the keyboard navigation. Created attachment 239061 [details]
swt screenshot
With swt it works fine. As soon as the table gets the focus, a focus indicator is drawn on the first element in the table. If I then press arrowDown, the second element gets selected, see screenshot. With rap it does not, see here: http://rap.eclipsesource.com/controlsdemo/controls#TableViewer Fixed in master with change https://git.eclipse.org/r/22661. |