ggeorg / gwt-mosaic

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

Cannot remove items from the FastTreeTable #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a FastTreeTable object
2. Add 5 to 10 FastTreeTableItem to the FastTreeTable object
3. Now try deleting using the FastTreeTableItem's using the method
removeItems or remove(index)

What is the expected output? What do you see instead?
The remove() method call removes items alternatively, it is supposed to
iterate through all the items and remove all the widgets under
FastTreeTable. The removeitems() method call removes only the child object
under FastTreeTableItem ,where in it was supposed to remove all the items
under FastTreeTable.

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

Version: gwt-mosaic-0.2.0, Suse linux 11.1
Please provide any additional information below.

Original issue reported on code.google.com by rosh...@gmail.com on 9 Jun 2009 at 2:21

GoogleCodeExporter commented 9 years ago
Hi,

the code for TreeTable is very old and based on the old ScrollTable widget (not 
the
gen2 version). I wanted to update it last week, but due to issue 51 it is 
delayed.

An update will follow probably next week.

Sorry,
George.

Original comment by georgopo...@gmail.com on 9 Jun 2009 at 7:09

GoogleCodeExporter commented 9 years ago
Hi,

unfortunately I see that the problem still occurs and its status remains 
unchanged. 
Is there any chance that this issue will be fixed in stable release of 0.4.0 
mosaic
version?

Best greetings,
Maciej Kluczny

Original comment by maciej.k...@gmail.com on 16 Dec 2009 at 8:39