Question

I have a strange issue in my GWT app. My application is working fine and looking good in Google Chrome and Firefox. But in IE, I am facing some issues in visual display of widgets. The issues are:

  • ListGrid is having some extra spaces (with dark black spaces) between each column and misalignments of entire grid.
  • In ListGrid I have implemented a functionality to do some task when clicking a particular cell in it. That is working good in FF/Chrome but not in IE.
  • Each column is misaligned in ListGrid. For example, the column corresponding to row header 3 is aligned to row header 2.

Please help me in solving these issues.

Was it helpful?

Solution 2

Actually upgrading the SmartGWT library to latest version fixed these issue. As i tested these issues earlier using firebug and IE developer tools, it seems the problem with CSS handled for various widgets in SmartGWT.
Thanks every1 for your help

OTHER TIPS

Did you set "user.agent" property in your *.gwt.xml file to include IE?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top