ggeorg / gwt-mosaic

Automatically exported from code.google.com/p/gwt-mosaic
1 stars 0 forks source link

CheckBox widget as a FastTreeItem cannot be checked #79

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a FastTree
2. Add a FastTreeItem to the tree with a setWidget(new CheckBox("CheckBox")
3. Run the program. While you can select the tree node with the CheckBox,
   it is impossible to actually check the box.

What is the expected output? What do you see instead?

I expect that selecting the node with the CheckBox would check/or uncheck
the check box. If you do the same thing with a GWT Tree, selecting the node 
with a CheckBox does check/uncheck the node.

What version of the product are you using? On what operating system?
0.4.0-rc4

Please provide any additional information below.
If you open the Mosaic Showcase, you can see the problem in the FastTree 
example. Selecting the node with the CheckBox doesn't all changing the value of 
the CheckBox.

Original issue reported on code.google.com by rjfin...@gmail.com on 9 Jun 2010 at 3:36

GoogleCodeExporter commented 9 years ago
The current version of the FastTree in the incubator project does not have this 
problem. The current incubator code is quite different from the Mosaic version. 
Any plans to update the controls in Mosaic?

Original comment by rjfin...@gmail.com on 11 Jun 2010 at 6:36