poptanimukesh / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

Problem with master checkbox in PagingScrollTable #315

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Found in what component (Widget/FAQ/Library): PagingScrollTable

Detailed description:
If we have PagingScrollTable and use
pagingScrollTable.getDataTable().setSelectionPolicy(SelectionPolicy.CHECKBO
X);
Then in browser:
1) select all rows by clicking master checkbox
2) uncheck one row by clicking checkbox assotiated with this row

You'll see that the master checkbox has "checked" status, but the right 
behavior is to unckeck master checkbox I think. If master checkbox has 
"checked" status then all rows should be selected.

Original issue reported on code.google.com by mikhail....@gmail.com on 9 Oct 2009 at 9:21