gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.52k stars 374 forks source link

CellTree showMore on rootPanel not called. #5552

Closed dankurka closed 9 years ago

dankurka commented 9 years ago

Originally reported on Google Code with ID 5553

Found in GWT Release (e.g. 1.5.3, 1.6 RC):
2.1.0

Encountered on OS / Browser (e.g. WinXP, IE6-7, FF3):
FF3

Detailed description (please be as specific as possible):

When the user clicks "Show more" on the root node view, the event is ignored and showMore()
is not called. 

The code responsible is on line 740 of CellTree.java (http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/user/cellview/client/CellTree.java#740)

It looks like the check for rootNode should only be related to the toggle isOpen part
of this code instead of both the show more and toggle isOpen.

Reported by sionide21 on 2010-11-05 19:52:37

dankurka commented 9 years ago
Appears to be fixed:

http://code.google.com/p/google-web-toolkit/source/detail?r=9997&path=/trunk/user/src/com/google/gwt/user/cellview/client/CellTree.java

Reported by skybrian@google.com on 2011-10-11 22:09:45