Re: Issues with Gwt Bootstrap on IE 8

585 views
Skip to first unread message

Carlos Alexandro Becker

unread,
Jun 28, 2012, 3:35:10 PM6/28/12
to google-we...@googlegroups.com
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




Joseph Lust

unread,
Jun 28, 2012, 9:46:00 PM6/28/12
to google-we...@googlegroups.com
Pretty much everything that's missing there (rounded borders, custom fonts, gradients) are not supported by IE8, hence you issue. Shim should do it.

Sincerely,
Joseph

Thomas Broyer

unread,
Oct 4, 2012, 4:47:01 AM10/4/12
to google-we...@googlegroups.com


On Thursday, October 4, 2012 10:42:06 AM UTC+2, regnoult axel wrote:
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 ?

I suppose they're using the placeholder="" attribute, which will only be supported starting with IE10: http://caniuse.com/input-placeholder
(BTW, placeholder="" isn't meant to replace <label>, see http://dev.w3.org/html5/spec/common-input-element-attributes.html#the-placeholder-attribute

Thomas Broyer

unread,
Oct 4, 2012, 5:44:46 AM10/4/12
to google-we...@googlegroups.com

On Thursday, October 4, 2012 11:30:25 AM UTC+2, regnoult axel wrote:
Merci Thomas,

Yes, you are right, there is a placeholder, but HTML5SHIV should solve this problem, isn t it ?

I can't find "placeholder" anywhere in HTML5 Shiv, so presumably it won't help here.
Reply all
Reply to author
Forward
Message has been deleted
Message has been deleted
0 new messages