| Summary: | [Table] the arrow key couldn't move the table scrollbar | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Wen Ai <wen.ai> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Wen Ai
There are two reasons for this bug: 1. ViewerCell#scrollIntoView() and TableViewerRow#scrollCellIntoView( int ) are introduced in JFace 3.5, but RAP JFace codebase is still 3.4 2. Table#showColumn is missing - see Bug 279798 As RAP is currently using JFace 3.4 and ViewerCell#scrollIntoView() and TableViewerRow#scrollCellIntoView( int ) are missing from JFace 3.4 I will close it as INVALID. If you manage to achieve this behavior with JFace 3.4 please reopen the bug. |