Found in what component (Widget/FAQ/Library):
gen2 ScrollTable r1175
Detailed description:
When nesting ScrollTable widget into TabPanel or StackPanel the column size
calculation is broken.
I've attached some screenshots to show the results on different browsers.
*Firefox:
In Firefox the table width is not filled, even though the FILL_WIDTH mode
is selected (TableFirefox.JPG). The table will fill the with of the parent
widget once the data of the table gets changed. The table is initially not
expanded, no matter if the table is empty or populated with some data.
*IE
Table shows up expanded to the parents width initially (TableIE.JPG). When
populating the table everythis is still in shape (TableIE-2.JPG). When
clearing the table after populating it, the columns sizes are completely
messed up (TableIE-3.JPG).
*Chrome
Table shows up expanded to the parents width initially but nested filter
widgets are cropped to the right (TableChrome.JPG).
Workaround if you have one:
Original issue reported on code.google.com by daniel.florey@gmail.com on 31 Oct 2008 at 9:10
Original issue reported on code.google.com by
daniel.florey@gmail.com
on 31 Oct 2008 at 9:10Attachments: