| Summary: | [Table][Tree] Click on empty scrollbar space scrolls to the end instead with page increment | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ivan Furnadjiev <ivan> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 3.0 | ||
| Target Milestone: | 3.0 M6 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Ivan Furnadjiev
We changed Grid scrolling to be based on items, not on pixels (support different item heights). Unfortunately, page increment calculation is still based on pixels (ScrollBar.js#_updatePageIncrement). As a result page increment is too big (in pixels) and always scrolls to begining/end. ... in server-side Nebula Grid implementation page increment is set to 1 in case of different item heights. Fixed with change https://git.eclipse.org/r/#/c/44355/. |