hgs1906 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

ListGrid group / ungroup loses checkbox selections #421

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When grouping some selected records lose selection. Pattern seems to be
that first group selections work ok but every else groups selections are
lost. This issue is kind of connected to issue 301. You can check comment #12.

What steps will reproduce the problem?
1. Create listgrid with checkboxes
2. Select eg first and last record
3. Group by some field that puts those records in different groups

What is the expected output? What do you see instead?
Selections should stay but they disappear in every other group than first
visible group.

What version of the product are you using? On what operating system?
SmartGwt 2.1, Gwt 1.7.1, WinXp, Hosted + chrome + firefox

Please provide any additional information below.
In test case select records 0 and 9 and group by name.

Original issue reported on code.google.com by toni.paa...@gmail.com on 3 Mar 2010 at 12:49

Attachments:

GoogleCodeExporter commented 9 years ago
Unable to reproduce. Can you try this against a nightly build?

Original comment by sanjiv.j...@gmail.com on 1 Apr 2010 at 11:35

GoogleCodeExporter commented 9 years ago
Ok. I tried now with revision 1126, Gwt 1.7.1, WinXp, Hosted + chrome 4 + 
firefox
3.6.2. Cleared cache, removed all compiled files and folders, cleaned eclipse
workspace. Still didn't work. So once more I try to be as clear as I can..

In test case select records 0 and 9. Now in console you see that there is 2 
selected
records and 10 total. Then group by Name. Now open group 9. It isn't selected 
anymore
and console prints that there is only 1 selected record and 10 total. Seems 
that only
group 0 keeps its selection and every else will lose it.

Original comment by toni.paa...@gmail.com on 6 Apr 2010 at 10:34

GoogleCodeExporter commented 9 years ago
Fixed in SVN.

Original comment by sanjiv.j...@gmail.com on 1 May 2010 at 5:19