earist
17 Jul 2012, 2:05 AM
Hi, all
I created portlet with grid panel like attached file (portal.zip)
I added css for word wrap text in grid column like following code
.x-grid-cell-inner
{
white-space:normal !important;
}
But when I resized (restored down), the browser the portlet was resized with missing data.
And when I restored the broswer, the portlet was restored with incorrect height.
Picture 1 : Browser in normal size. Portlet was diplayed correctly.
37220
Picture 2 : Browser was resized. Portlet was resized too. But some data in fifth row and the last row were missing
37221
Picture 3 : Browser was restored. Portlet was restored but its height was incorrect.
37219
Anyone have any idea?
Thank in advance.
earist
I created portlet with grid panel like attached file (portal.zip)
I added css for word wrap text in grid column like following code
.x-grid-cell-inner
{
white-space:normal !important;
}
But when I resized (restored down), the browser the portlet was resized with missing data.
And when I restored the broswer, the portlet was restored with incorrect height.
Picture 1 : Browser in normal size. Portlet was diplayed correctly.
37220
Picture 2 : Browser was resized. Portlet was resized too. But some data in fifth row and the last row were missing
37221
Picture 3 : Browser was restored. Portlet was restored but its height was incorrect.
37219
Anyone have any idea?
Thank in advance.
earist