nikhilbchilwant / google-web-toolkit-incubator

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

PagingScrollTable does not display all rows if page size is zero #279

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version of gwt and gwt-incubator are you using?
1.6.4 Feb 27 2009
What OS and browser are you using?
Windows XP Firefox
Do you see this error in hosted mode, web mode, or both?
 both
(If possible, please include a test case that shows the problem)

Hopefully using the test case you have generously provided, what steps will
reproduce the problem? 
1.populate a tableModel with rows
2.instantiate a PagingScrollTable with the tableModel
3.do not call setPageSize

What is the expected output? What do you see instead?
all rows in the tableModel should be displayed 
instead
no rows are displayed
Workaround if you have one:
call setPageSize
Please provide any additional information below,  and thank you for taking
the time and effort to report this issue, as good issue reports are
critical for our quest to make GWT's new widgets and libraries shine.

JavaDoc says all rows are displayed if pageSize is zero

Original issue reported on code.google.com by garya...@gmail.com on 22 May 2009 at 9:25