[gwt-contrib] FastTree Focus Issue

2009-04-06 Thread nwolf
Reviewers: jlabanca, minz, Description: There was a focus issue with the fasttree when the size of the tree was larger than the viewport, this was especially manifested with very large trees. Please review this at http://gwt-code-reviews.appspot.com/18801 Affected files: com/google/gwt/gen2/

[gwt-contrib] FastTree focus issue

2009-04-15 Thread jlabanca
Reviewers: rjrjr, Description: Description: === The focusable element in FastTree is being positioned relative to the window (or whatever its offset parent happens to be) instead of the FastTree itself. This causes the window to jump when the TreeItem is selected. Fix: === This patch sets