lassedk1 / google-web-toolkit-incubator

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

ScrollTable completely broken in TabPanel #370

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of gwt and gwt-incubator are you using?
GWT 2.0.0, Incubator 20091216-r1739
What OS and browser are you using?
Windows XP, Firefox, Chrome
Do you see this error in hosted mode, web mode, or both?
Both

Hopefully using the test case you have generously provided, what steps will 
reproduce the problem?
1.Run the attached project.

What is the expected output? What do you see instead?
1. ScrollTable is not visible due to css-class "gwt-TabPanelBottom" is set to 
overflow:hidden;
2. ScrollTable is not visible due to the wrapping div of the ScrollTable has 
Inline-Css with overflow-x:hidden; overflow-y:hidden.
3. ScrollTable is partially visible when fixing the above issues, but only if 
you set the heigth of the ScrollTable to pixel size. This could not be an 
option whenever the ScrollTable should show dynamic data. 

Original issue reported on code.google.com by freaky-s...@gmx.net on 1 Sep 2010 at 2:26

Attachments: