| Summary: | Table issue with ARROW key navigation on RAP 1.5 | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Anuradha G <theanuradha> |
| Component: | JFace | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Anuradha G
In order to use the key navigation you need focus item to be set. There are two ways to select an item: - Table#select( index ) - select an item without setting the focus item - Table#setSelection( index ) - select an item and set the focus item Using Table#setSelection( 0 ) instead of Table#select( 0 ) in your ApplicationLauncher class line 157 solves the problem. I will close it as INVALID. Ok I got it working on my project a well. |