I am using SmartGWT 4.1 and have noticed that in some of our old IE8 machines the bahavior of the ListGrid is different. For one thing it doesn't set the <TD> class to "tallCell" in fact it doesn't set a class at all. yet in FF or Chrome it does. It instead seems to build out a style element. This is further puzzling in that when run locally on Windows the <TR> has role of "listitem" and the style has the properties:
overflow: hidden;
white-space: nowrap;
However, when deployed to run on our UNIX HP server those items are missing causing the columns to shift and not display properly.
But again in everything other than IE8 it works fine. Is there some setting I can use to get IE8 to behave more correctly and is there any reason why it would behave differently between local/win and server/unix?
Thank you
overflow: hidden;
white-space: nowrap;
However, when deployed to run on our UNIX HP server those items are missing causing the columns to shift and not display properly.
But again in everything other than IE8 it works fine. Is there some setting I can use to get IE8 to behave more correctly and is there any reason why it would behave differently between local/win and server/unix?
Thank you
Comment