sunil0791 / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

gen2 ScrollTable column resizing #173

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
I doublechecked with fixed px settings for ScrollTable width, but problems stay 
the 
same.

Original comment by daniel.florey@gmail.com on 31 Oct 2008 at 4:11