Re: IE8 and GWT 1.7

2009-08-17 Thread Sumit Chandel
ld tell us that would help figure out what's going on? Also, have you changed the code from what was initially generated by the plugin? Regards, -Sumit Chandel On Thu, Aug 13, 2009 at 1:51 PM, karim wrote: > > I am having problem with IE8. I just used "create a new Web > Applic

IE8 and GWT 1.7

2009-08-13 Thread karim
I am having problem with IE8. I just used "create a new Web Application Project" as part of GWT plugin for Eclipse and then compile it and run it. In hosted mode everything seems fine but when I click "compile/browse" it starts the default browser which is set to IE8 and

gwt 1.7 IE8 Problem iframe.contentWindow.location.replace(base + strongName)

2009-08-12 Thread bk13
Hello, there is a Problem with our gwt Project and IE8. We switched from gwt 1.5 to gwt 1.7. We get an error window with the title "web site error" and the message "unknown error" when we log in in our app. When using the "pretty" compiler style we found out tha

Re: How to download a file in IE8?

2009-07-09 Thread alex.d
I've seen your other post first and answered there ;) On 9 Jul., 15:46, Rafael wrote: > alex.d, > > I am having same problem but with a csv file. I think it's that IE8 > fails to recoginize the type (MIME type) of the file, so it reloads > the page rather than ask the

Re: How to download a file in IE8?

2009-07-09 Thread Rafael
alex.d, I am having same problem but with a csv file. I think it's that IE8 fails to recoginize the type (MIME type) of the file, so it reloads the page rather than ask the user to save as... I asked same question in another post. please ignore. Surprisingly, i can server the file to I

How to download a file in IE8?

2009-06-22 Thread alex.d
+"startapp.jnlp", "_self", ""); } It's working in all browser as expected except for IE8. First download is blocked by IE8 for security reasons. Second - after i allow the download, my webpage gets reloaded. Third - after reload it's working but after play

[GWT 1.5.3 - OOPHM] IE8 and RPC errors: function expected

2009-06-19 Thread oltrem...@gmail.com
Hi all, I built a web application with GWT and tested it on Firefox (through OOPHM). The application works well as expected. Testing the same application with IE8 gave me the next exception: "00:04:10,828 [ERROR] Unable to load module entry point class it.uniplan.ucm.console.client.GWTCo

Re: how to get the client type( ie or other explorer) and version( ie8 or lower)?

2009-05-30 Thread Thomas Broyer
alert("Your browser isn't supported."); } } (note that IE8 support is added in SVN and should be part of the next release, including the next "dot release" of GWT 1.6) --~--~-~--~~~---~--~~ You received this message

how to get the client type( ie or other explorer) and version( ie8 or lower)?

2009-05-30 Thread dufeng...@gmail.com
i want to check the client type and version with the gwt ,how can i do? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups

Re: Problems with ImageBundle in IE8 when not in compatibility mode

2009-05-16 Thread Alex Epshteyn
BE CAREFUL when copying code from this page - Thomas Broyer's comment has an error. The correct meta tag to add is be sure the first attribute is http-equiv, not name! (wasted 20 minutes on this) I can confirm that this tag fixes the problem with ImabeBundle. Be sure to read http://msdn.mic

Re: Problems with ImageBundle in IE8 when not in compatibility mode

2009-05-01 Thread Ken Kahn
Thanks to both of you. Fixed my problem as well. I noticed that the Rich Text sample in the GWT Showcase uses ImageBundle and it seems to work fine in IE8 without compatibility mode. I have yet to find time to track down what is different in my case. -ken On Apr 30, 3:31 am, Dominik Steiner

Re: Problems with ImageBundle in IE8 when not in compatibility mode

2009-04-29 Thread Dominik Steiner
Thanks for the tip Thomas, just to amend/aggragate something i found out that you have to add the meta tag to the head section before any other elements and the meta tag i added was HTH Dominik On 15 Apr., 03:56, Thomas Broyer wrote: > On 14 avr, 18:41, "toont...@googlemail.com" > wrote: >

GWT 1.6 ListBox triggering IE8 pop-up blocker

2009-04-22 Thread General Details
I just ported my GWT application to 1.6 and now I have a weird problem with IE8. My ListBoxes trigger IE8's pop-up blocker and won't show the pulldown list of entries. This happens even if you disable pop-up blocker. It also still happens when I have IE8 in Compatibility Mode. Th

Re: Problems with ImageBundle in IE8 when not in compatibility mode

2009-04-15 Thread Thomas Broyer
On 14 avr, 18:41, "toont...@googlemail.com" wrote: > Greetings, > > Only in IE8 with compatibility mode off do I see the images in the > ImageBundle displayed in the right location but other images from the > bundle are displayed to the left of the displayed image.

Re: Problems with ImageBundle in IE8 when not in compatibility mode

2009-04-14 Thread aris
I have the same problem. It doesn't work on IE8 (it works on compatibility mode) (I'm using latest build from SVN) On Apr 14, 1:41 pm, "toont...@googlemail.com" wrote: > Greetings, > > Only in IE8 with compatibility mode off do I see the images in the > Im

Problems with ImageBundle in IE8 when not in compatibility mode

2009-04-14 Thread toont...@googlemail.com
Greetings, Only in IE8 with compatibility mode off do I see the images in the ImageBundle displayed in the right location but other images from the bundle are displayed to the left of the displayed image. In other words it isn't clipping the bundle to the left. In compatibility mode it

Re: IE8 support ?

2009-03-27 Thread Thomas Broyer
On 20 mar, 11:51, "alex.d" wrote: > IE8 has "compatibility mode" which allows you to emulate other IE > versions. I just installed IE8 and i'm testing it with my rather big > application (approx. 1Mb obfuscated java-script code) and so far not > even on

Re: IE8 support ?

2009-03-27 Thread Mirko Nasato
I did encounter an issue with IE8: http://code.google.com/p/google-web-toolkit/issues/detail?id=3329 I agree with the OP that some words from the GWT team on IE8 support would be welcome. On Mar 20, 10:51 am, "alex.d" wrote: > IE8has "compatibility mode" which allows

Re: IE8 DialogBox in GWT 1.5.2 Renders Wrong

2009-03-20 Thread DavidPShaw
I have filed a bug on this as requested, here: http://code.google.com/p/google-web-toolkit/issues/detail?id=3475 On Mar 12, 8:26 pm, Sumit Chandel wrote: > Hi DavidPShaw, > > As Vitali mentioned, please go ahead and file an issue report for this > in the GWT Issue Tracker (link below). When fil

Re: IE8 support ?

2009-03-20 Thread alex.d
IE8 has "compatibility mode" which allows you to emulate other IE versions. I just installed IE8 and i'm testing it with my rather big application (approx. 1Mb obfuscated java-script code) and so far not even one problem WITHOUT "compatibility mode". P.S. Using gwt

IE8 support ?

2009-03-20 Thread Ramas
Since IE8 is just released, may we have an official statement, whether support for it will be included in GWT 1.6, or will it be added to next versions of GWT ? Thank You ! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: IE8 DialogBox in GWT 1.5.2 Renders Wrong

2009-03-12 Thread Sumit Chandel
Hi DavidPShaw, As Vitali mentioned, please go ahead and file an issue report for this in the GWT Issue Tracker (link below). When filing the issue, could you also include more details, such as the snippet from your host HTML page referencing the GWT bootstrap script and defining the root div, as

Re: IE8 DialogBox in GWT 1.5.2 Renders Wrong

2009-03-11 Thread Vitali Lovich
Sounds like a bug - you should file a bug (under the issues tab of the googlecode page). GWT's goal is that you shouldn't care about the browser *unless you're doing some JSNI stuff). If you figure out a workaround in code, you can hide it behind a deferred interface & the GWT compiler will take

IE8 DialogBox in GWT 1.5.2 Renders Wrong

2009-03-10 Thread DavidPShaw
We have a gwt widget that works great in FF, but in IE the Dialog box has serious clipping problems. The problem is demonstrated here: We've traced the problem to the fact that the page holding the root div and the folder containing the GWT output are different. The source of the page contains

Default project breaks in IE8 when in standards mode

2009-03-05 Thread janie.me...@gmail.com
Hi All, I'm trying to track down an issue with ImageBundles that I'm having in IE8. This email is not about that issue - but there will probably be one coming soon about it. This email is about another issue that I've discovered while trying to debug my issue. Here's wha

Re: IE8 RC1 Very very slow

2009-02-17 Thread Joonas
It seems to be a regression in IE8 RC1. IT Mill Toolkit (based on GWT), Echo3 and many others are suffering from the same problem. For some pointers, see the ticket in our trac: http://dev.itmill.com/ticket/2578 - Joonas --~--~-~--~~~---~--~~ You received this

Re: IE8 RC1 Very very slow

2009-02-09 Thread Erron
I'm using Windows XP. On Feb 6, 5:22 pm, Sumit Chandel wrote: > Hello everyone, > Which platform are you running on? Windows XP or Windows Vista? > > Thanks, > -Sumit Chandel > > On Fri, Feb 6, 2009 at 1:11 PM, Erron wrote: > > > I'm suffering the same issue. > > > On Feb 6, 10:05 am, Si_gee w

Re: IE8 RC1 Very very slow

2009-02-06 Thread Sumit Chandel
Hello everyone, Which platform are you running on? Windows XP or Windows Vista? Thanks, -Sumit Chandel On Fri, Feb 6, 2009 at 1:11 PM, Erron wrote: > > I'm suffering the same issue. > > On Feb 6, 10:05 am, Si_gee wrote: > > Anyone else seen this, IE 8 beta was fine. Got the RC1 today, and ever

Re: IE8 RC1 Very very slow

2009-02-06 Thread Erron
I'm suffering the same issue. On Feb 6, 10:05 am, Si_gee wrote: > Anyone else seen this, IE 8 beta was fine. Got the RC1 today, and ever > since it is very slow running anything GWT related - including the GWT > Shell. I also tried compatability mode - but just as bad! --~--~-~--~~-

IE8 RC1 Very very slow

2009-02-06 Thread Si_gee
Anyone else seen this, IE 8 beta was fine. Got the RC1 today, and ever since it is very slow running anything GWT related - including the GWT Shell. I also tried compatability mode - but just as bad! --~--~-~--~~~---~--~~ You received this message because you are s

a problem with "FileUpload" in IE8

2009-01-29 Thread yb.chen
i use FileUpload to upload the file. when i test it in ie8 , i find a problem: after selecting a file , i put the mouse to the upload button, it appears shadow of the file name in textarea. --~--~-~--~~~---~--~~ You received this message because you are

Re: IE8 support

2009-01-26 Thread Sumit Chandel
Hi Dave, GWT strives to be a great solution for building Ajax applications - that means easy to develop, highly performant and cross-browser compatible on all major browsers. That said, the team is keeping a close eye on IE8 developments, and will make sure that GWT applications work without

Re: IE8 support

2009-01-22 Thread Arthur Kalmenson
Yes, it'll use the regular IE permutation. At the moment, AFAIK, GWT generates one permutation of IE. -- Arthur Kalmenson On Wed, Jan 21, 2009 at 12:08 AM, davidroe wrote: > > I am curious about current and future support for IE8. > > > The list of browsers that GWT cu

IE8 support

2009-01-20 Thread davidroe
I am curious about current and future support for IE8. > The list of browsers that GWT currently supports are: > > - Firefox 1.0, 1.5, 2.0 and 3.0 > - Internet Explorer 6 and 7 > - Safari 2 and 3 > - Opera 9.0 > > (current as of May 2008) > > We can also add on Goo

Re: IE8

2008-09-30 Thread xavierunited
Right but sence it is a beta then that means that in time it will be more copatible for gwt etc right? On 09/30/2008, Jamie <[EMAIL PROTECTED]> wrote: > > My condolences on getting blocker bugs against a beta product... > A brief use of IE8 seems to show that it has problems o

Re: IE8

2008-09-30 Thread Jamie
My condolences on getting blocker bugs against a beta product... A brief use of IE8 seems to show that it has problems on virtually any website, until you swtich it to compatibility mode. On Sep 30, 1:00 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I've searche

IE8

2008-09-29 Thread [EMAIL PROTECTED]
I've searched around this group, the buglist, googling keywords like 'gwt ie8' and 'gwt ie8 compatability', etc and I find little all together on GWT and IE8. I know IE8 is in beta, but still It makes me nervous when QA gives us blocker bugs like "Does not work in I

<    1   2   3   4   5