| Summary: | [TreeItem] getBounds(int columnIndex) returns wrong bounds | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Bogdan B. <bbarzu> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | bbarzu, tbuschto |
| Version: | 1.4 | ||
| Target Milestone: | 1.4 M2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 320597 | ||
|
Description
Bogdan B.
I just tested with a Table instead of a Tree - everything works fine. I've just tested moveable tree columns and TreeItem#getBounds( index ) against CVS HEAD (new Tree implementation) and it works as expected. The TreeItem#getBounds( index ) returns the bounds of the current tree cell position. I think that this issue has been fixed by Bug #309519. Bogdan, can you confirm this? Please, reopen this bug if the problem persist with CVS HEAD. I added a code snippet for another bug, but which tests implicitly this bug too: https://bugs.eclipse.org/bugs/show_bug.cgi?id=324651#c5 That snippet confirms that this bug was fixed in 1.4M1. I will reopen this bug as bounds are still wrong in case of scrolling. The issue with scrolling is fixed in CVS HEAD. |