| Summary: | [Tree] Broken horizontal scrolling | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Tiber Sept <tibersept> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P2 | ||||||
| Version: | 1.4 | ||||||
| Target Milestone: | 1.4 M5 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
The problem is in the private method Tree#getCellWidth(int) which returns the width of the client area in case of tree without columns instead of max visible item width. Looking for a proper fix. Fixed in CVS HEAD. |
Created attachment 185301 [details] This snippet creates a simple tree widget The SWT Tree widget does not allow horizontal scrolling when the tree has a single column and the tree item width exceeds the client area width. Tests were performed against RAP 1.4 M3 and CVS HEAD (16.12.2010).