poptanimukesh / google-web-toolkit-incubator

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

PagingScrollTable not sizing correctly in IE #301

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of gwt and gwt-incubator are you using?

GWT 1.7.0
gwt-incubator-july-14-2009

What OS and browser are you using?

Tested on Firefox 3, IE6, IE 8 and Chrome.

Do you see this error in hosted mode, web mode, or both?

Different behaviour on each.

(If possible, please include a test case that shows the problem)

Hopefully using the test case you have generously provided, what steps will 
reproduce the problem? 
1. Unzip attachment and import as Eclipse project.
2. Run app, click "Next" button.
3. Compile and try again in different browsers.

What is the expected output? What do you see instead?

I would expect to see the table in all browers but in IE6 it seems to have 
a height of 1 pixel. I believe it's related to the offsetHeight that IE 
returns for hidden elements but I can't add anymore than that.

Workaround if you have one:

Original issue reported on code.google.com by matt.rea...@gmail.com on 19 Aug 2009 at 11:00

Attachments:

GoogleCodeExporter commented 8 years ago
Perhaps related to this issue:
http://code.google.com/p/google-web-toolkit-incubator/issues/detail?id=54

Original comment by matt.rea...@gmail.com on 2 Sep 2009 at 1:14