sivarajankumar / google-web-toolkit-incubator

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

DisclosurePanel + ScollTable, doesn't work in IE #346

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
gwt 2.0.3, incubator 2010-02-03

Windows XP + IE7

in hosted mode and web mode

If the widget of DisclosurePanel is ScrollTable, the table willn't be
displayed in IE7, but works very well in FireFox.

DisclosurePanel criteriaDisclosure = new DisclosurePanel("title");
        criteriaDisclosure.setAnimationEnabled(true);
        criteriaDisclosure.setContent(scrolltable);

Original issue reported on code.google.com by leizhang...@gmail.com on 10 Mar 2010 at 5:32