nikhilbchilwant / google-web-toolkit-incubator

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

FixedWidthFlexTable collapses in IE8 #284

Open GoogleCodeExporter opened 9 years ago

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

gwt-incubator-march-02-2009

What OS and browser are you using?

IE8 browser in IE8 standards document mode

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

Browser and hosted mode (using <meta http-equiv="X-UA-Compatible"
content="IE=8"/> in the hostpage html header to enforce IE8 standards)

Issue:

FixedWidthFlexTableImplIE6 uses 'display:none' on the ghostrow to hide it
visually. This works wel in IE6 and IE7, but in IE8, either the whole table
disappears, or it collapses. In IE8, using the dev toolbar (F12), I
disabled the 'display' property on the ghostrow and the table appeared as
it should be. So I guess an extra deferred binding is needed for IE8.

Original issue reported on code.google.com by t...@get.be on 2 Jun 2009 at 12:20