<!-- before your module(*.nocache.js) loading --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" href="{your module name}/css/font-awesome-ie7.css"> <![endif]--> <!-- your module(*.nocache.js) loading --> ...Best regards
Hi everyone,I have integrated GWT bootstrap with my GWT Application.Some CSS of GWT Bootstrap are not rendered in IE8, but it looks fine in Firefox, Google Chrome, Safari.I want to add specifically anything for Internet Explorer in GWT application?And another thing, I have edited GWT Bootstrap source and i have debugged locally.Those edited functions are works fine in Google Chrome, Firefox & Safari except Internet Explorer.I have attached screenshot also.I am using GWT SDK - 2.4.0GWT Bootstrap - 2.0.4Regards,Dhamu
Hi,I have a similar problem, (cf attachement)...The text inside the TextBox doesn t appear in IE8 neither in IE9 and I have tried to use HTML5SHIM.Do you know this issue ?
Merci Thomas,Yes, you are right, there is a placeholder, but HTML5SHIV should solve this problem, isn t it ?