I'm using the PagingScrollTable from GWT Incubator version 1.5-
Dec_28.  When I have only a single row in the table, the table height
shrinks such that the row is no longer visible.  If I add more rows,
everything is properly sized.    It seems as if maybe the height of
the horizontal scrollbar is not being taken into account, or some
other "off by one" error is happening.

My current workaround is to add a stylename with an explicit "height:
30px"  to the row using RowFormatter.  This is kind of a hack, as the
height of my rows varies with the data contained.

Any pointers welcome, thanks.

PS: it renders fine in Safari & Firefox


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to