Thursday, June 28, 2012

Re: Issues with Gwt Bootstrap on IE 8

Hi Damu,

Please, try to add below code to your module.html head tag:
 		<!-- 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
Carlos

On Thursday, June 28, 2012 11:23:08 AM UTC-3, Dhamu wrote:
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.0
GWT Bootstrap - 2.0.4


Regards,
Dhamu




--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/A3eTTXMdXBcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment