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
Original issue reported on code.google.com by
freaky-s...@gmx.net
on 1 Sep 2010 at 2:26Attachments: