Re: Issues with GWT on Internet Explorer 11

2015-02-09 Thread Juan Pablo Gardella
Please file a issue to track the problem. It will very useful if you provide a sample to reproduce. On 9 February 2015 at 08:16, sreevatsan athinarayanan sreevatsan1...@gmail.com wrote: Hi, When i copy a 8 digit number to clip board and try to paste in a GWT text box widget am getting the

Issues with GWT on Internet Explorer 11

2015-02-09 Thread sreevatsan athinarayanan
Hi, When i copy a 8 digit number to clip board and try to paste in a GWT text box widget am getting the below error We have encountered an unknown error in your browser This happens only in Internet explorer 11. But if the try the same in other IE versions (9 or 8) am not getting the error

[gwt-contrib] Internet Explorer issue with CssResource

2012-02-23 Thread Vijay Poojary
Hi, I am using CSSResource to set style on the HTML element and I am also setting width on that element by doing setWidth(80px) to use ellipsis. The issue is on IE text is not getting wrapped to second line, which should not as I have style loaded using CSSREsource as follows:

Re: [gwt-contrib] Internet Explorer issue with CssResource

2012-02-23 Thread Hilco Wijbenga
On 23 February 2012 06:39, Vijay Poojary vijay.pooj...@coaction.com wrote: Hi, I am using CSSResource to set style on the HTML element and I am also setting width on that element by doing setWidth(80px) to use ellipsis. The issue is on IE text is not getting wrapped to second line, which

Re: [gwt-contrib] Internet Explorer issue with CssResource

2012-02-23 Thread Vijay Poojari
Thanks for the reply Sorry, the issue is text getting wrapped on IE, which I do not want. On Thu, Feb 23, 2012 at 11:36 PM, Hilco Wijbenga hilco.wijbe...@gmail.comwrote: On 23 February 2012 06:39, Vijay Poojary vijay.pooj...@coaction.com wrote: Hi, I am using CSSResource to set style

Re: GWT and Internet Explorer

2010-12-09 Thread l.denardo
Also, if the page loads but is completely blank in IE, check that you don't have comments before the !DOCTYPE ... declaration. This is a very annoying bug in IE many people (including myself) got stuck into. Regards Lorenzo On Dec 9, 8:35 am, rjcarr rjc...@gmail.com wrote: The GWT will compile

GWT and Internet Explorer

2010-12-08 Thread Marcelo L
I've developed an app using GWT and work with Firefox, Chrome and Safari, but not with Explorer, I can´t make Explorer to load the GWT script. Is there any configuration (of javascript) that I have to set on Explorer for running my app? Is there any rules to consider? -- You received this

Re: GWT and Internet Explorer

2010-12-08 Thread rjcarr
The GWT will compile for IE by default so that shouldn't be your problem. If you open your page in IE and nothing is shown you likely have a javascript error. Your best bet is to run the app in devmode (using IE, of course) and see what errors are thrown. That should give you some direction as

Re: GWT and Internet Explorer Mixed Content Security Warning

2010-06-07 Thread Ravi
We are having same issue too. On Apr 20, 6:21 am, Ferdie ferdie.danzf...@gmail.com wrote: We are having the same problem. On Apr 9, 5:44 pm, Khan khan.mich...@gmail.com wrote: Currently my team of developers are experiencing an issue with Internet Explorere 7 and 8 with our GWT

Re: GWT and Internet Explorer Mixed Content Security Warning

2010-06-07 Thread Flemming Boller
We had the same problem. It turned out that in the css file we had a link to a image that was not used/referenced. That would trigger the server to send 404 but in http form, I think...let me confirm and get back /Flemming On Fri, Apr 9, 2010 at 5:44 PM, Khan khan.mich...@gmail.com wrote:

Re: GWT and Internet Explorer Mixed Content Security Warning

2010-04-20 Thread Ferdie
We are having the same problem. On Apr 9, 5:44 pm, Khan khan.mich...@gmail.com wrote: Currently my team of developers are experiencing an issue with Internet Explorere 7 and 8 with our GWT application. This works fine with FireFox, Chrome, and IE6. When accessed through SSL(HTTPS), browser

GWT and Internet Explorer Mixed Content Security Warning

2010-04-10 Thread Khan
Currently my team of developers are experiencing an issue with Internet Explorere 7 and 8 with our GWT application. This works fine with FireFox, Chrome, and IE6. When accessed through SSL(HTTPS), browser throws a pop-up security warning of mixed content (resources from both HTTP and HTTPS) even

Fwd: GWT 2.0 internet explorer 7 devmode issue?

2010-02-09 Thread Jeff Farkas
Hello moderator, I submitted this post the other day as I am a new user this never did make it the forum. Not sure if it was overlooked. Thanks -- Forwarded message -- From: fark ffej.sak...@gmail.com Date: Tue, Feb 2, 2010 at 4:09 PM Subject: GWT 2.0 internet explorer 7 devmode

Re: GWT 2.0 internet explorer 7 devmode issue?

2010-02-09 Thread fark
I tried your suggestion and it still does not work in ie dev mode. It works fine in chrome and ff dev mode (and ie compiled). Ie looks like it is still reposting the url and reloading the application. Let me elaborate more on the issue I have 2 cases which are failing in ie dev mode. One is the

Re: GWT 2.0 internet explorer 7 devmode issue?

2010-02-04 Thread Thomas Broyer
On Feb 2, 10:09 pm, fark ffej.sak...@gmail.com wrote: I'm having difficulties with ie7 devmode on windows xp and gwt 2.0. Basically if I click a link in ie while running the app, the url is replaced and the application reloads if there are history tokens. A simple test showing the url

GWT 2.0 internet explorer 7 devmode issue?

2010-02-03 Thread fark
I'm having difficulties with ie7 devmode on windows xp and gwt 2.0. Basically if I click a link in ie while running the app, the url is replaced and the application reloads if there are history tokens. A simple test showing the url modification (note this does not reload the app as there are no