Hey all,
Im runing into some strange issue in a SmartGWT based Liferay Portlet application.
My listgrids are getting this behavior once the page loads. Note that this is hapening only once my application is deployed (in DevMode, everything is OK).
Could this be a CSS problem ?
The problem already existed in SmartGWT 2.4, but since I went to 2.5, the scrollbars are blinking. In addition to that, when the list grid is drawn, it always have his scrollbars shown.
Here's the behavior : http://www.jmichelgarcia.com/GWT/ListGrid.avi (save as)
Developper Console says :
13:38:16.357:RDQ5:INFO:scrolling:isc_OperationList_0_body:Drawn size: 322 by 642, specified: 338 by 658, scrollbar state:
13:38:16.358:RDQ5:INFO:scrolling:isc_OperationList_0_body:Scrollbar state: VH ->
13:38:16.370:RDQ5:DEBUG:scrolling:isc_OperationList_0_body:scrollTo(0, null), reason: ending hscroll
13:38:16.371:RDQ5:DEBUG:scrolling:isc_OperationList_0_body:scrollTo(null, 0), reason: ending vscroll
13:38:16.378:RDQ5:INFO:scrolling:isc_SimpleEntitiesTable_0_body:Drawn size: 436 by 658, specified: 436 by 658, scrollbar state: hv
13:38:16.378:RDQ5:INFO:scrolling:isc_SimpleEntitiesTable_0_body:Scrollbar state: -> VH
13:38:16.399:RDQ5:INFO:scrolling:isc_SimpleEntitiesTable_0_body:Drawn size: 420 by 642, specified: 436 by 658, scrollbar state:
13:38:16.400:RDQ5:INFO:scrolling:isc_SimpleEntitiesTable_0_body:Scrollbar state: VH ->
13:38:16.412:RDQ5:DEBUG:scrolling:isc_SimpleEntitiesTable_0_body:scrollTo(0, null), reason: ending hscroll
13:38:16.412:RDQ5:DEBUG:scrolling:isc_SimpleEntitiesTable_0_body:scrollTo(null, 0), reason: ending vscroll
+
13:39:41.531:RDQ6:DEBUG:layout:isc_SimpleEntitiesTable_0:new field widths: 210,210
13:39:41.552:RDQ6:DEBUG:layout:isc_SimpleEntitiesTable_0:new field widths: 210,210
13:39:41.609:RDQ0:DEBUG:layout:isc_OperationList_0:new field widths: 107,107,108
13:39:41.630:RDQ0:DEBUG:layout:isc_SimpleEntitiesTable_0:new field widths: 210,210
13:39:41.652:RDQ0:DEBUG:layout:isc_OperationList_0:new field widths: 107,107,108
13:39:41.673:RDQ0:DEBUG:layout:isc_SimpleEntitiesTable_0:new field widths: 210,210
13:39:41.689:RDQ0:DEBUG:layout:isc_SimpleEntitiesTable_0:new field widths: 210,210
Thanks a lot,
Have a nice day.
Cheers.
FF 5.0, GWT 2.3, SmartGWT 2.4, Windows XP
Im runing into some strange issue in a SmartGWT based Liferay Portlet application.
My listgrids are getting this behavior once the page loads. Note that this is hapening only once my application is deployed (in DevMode, everything is OK).
Could this be a CSS problem ?
The problem already existed in SmartGWT 2.4, but since I went to 2.5, the scrollbars are blinking. In addition to that, when the list grid is drawn, it always have his scrollbars shown.
Here's the behavior : http://www.jmichelgarcia.com/GWT/ListGrid.avi (save as)
Developper Console says :
13:38:16.357:RDQ5:INFO:scrolling:isc_OperationList_0_body:Drawn size: 322 by 642, specified: 338 by 658, scrollbar state:
13:38:16.358:RDQ5:INFO:scrolling:isc_OperationList_0_body:Scrollbar state: VH ->
13:38:16.370:RDQ5:DEBUG:scrolling:isc_OperationList_0_body:scrollTo(0, null), reason: ending hscroll
13:38:16.371:RDQ5:DEBUG:scrolling:isc_OperationList_0_body:scrollTo(null, 0), reason: ending vscroll
13:38:16.378:RDQ5:INFO:scrolling:isc_SimpleEntitiesTable_0_body:Drawn size: 436 by 658, specified: 436 by 658, scrollbar state: hv
13:38:16.378:RDQ5:INFO:scrolling:isc_SimpleEntitiesTable_0_body:Scrollbar state: -> VH
13:38:16.399:RDQ5:INFO:scrolling:isc_SimpleEntitiesTable_0_body:Drawn size: 420 by 642, specified: 436 by 658, scrollbar state:
13:38:16.400:RDQ5:INFO:scrolling:isc_SimpleEntitiesTable_0_body:Scrollbar state: VH ->
13:38:16.412:RDQ5:DEBUG:scrolling:isc_SimpleEntitiesTable_0_body:scrollTo(0, null), reason: ending hscroll
13:38:16.412:RDQ5:DEBUG:scrolling:isc_SimpleEntitiesTable_0_body:scrollTo(null, 0), reason: ending vscroll
+
13:39:41.531:RDQ6:DEBUG:layout:isc_SimpleEntitiesTable_0:new field widths: 210,210
13:39:41.552:RDQ6:DEBUG:layout:isc_SimpleEntitiesTable_0:new field widths: 210,210
13:39:41.609:RDQ0:DEBUG:layout:isc_OperationList_0:new field widths: 107,107,108
13:39:41.630:RDQ0:DEBUG:layout:isc_SimpleEntitiesTable_0:new field widths: 210,210
13:39:41.652:RDQ0:DEBUG:layout:isc_OperationList_0:new field widths: 107,107,108
13:39:41.673:RDQ0:DEBUG:layout:isc_SimpleEntitiesTable_0:new field widths: 210,210
13:39:41.689:RDQ0:DEBUG:layout:isc_SimpleEntitiesTable_0:new field widths: 210,210
Thanks a lot,
Have a nice day.
Cheers.
FF 5.0, GWT 2.3, SmartGWT 2.4, Windows XP
Comment