We recently upgraded to 3.1 and we noticed a bug with the print preview functionality of our app. When we have more than 100 rows in a ListGrid and we show a print preview, the data rendered in the rows disappears and we are left with a white box. Any columns that are frozen do not disappear.
I am able to reproduce this in the Smart GWT Showcase on Firefox v 17.0.1 (with firebug running).
To reproduce in the Showcase:
1. Open the LiveGrid example
2. Scroll down about 50 or so records
3. Hit the print preview button
When you close the print preview window to return to the table, you'll see that most of the record data is gone and the remaining data is rendered incorrectly.
Scrolling again causes everything to re-render properly.
I have included a screenshot of what I am seeing in the showcase.
I am able to reproduce this in the Smart GWT Showcase on Firefox v 17.0.1 (with firebug running).
To reproduce in the Showcase:
1. Open the LiveGrid example
2. Scroll down about 50 or so records
3. Hit the print preview button
When you close the print preview window to return to the table, you'll see that most of the record data is gone and the remaining data is rendered incorrectly.
Scrolling again causes everything to re-render properly.
I have included a screenshot of what I am seeing in the showcase.
Comment