Re: ie8 problem with gwt 2.4?

2011-09-27 Thread guillaume prime
Yes, it was the problem !

I modify my module XML file with :

!-- Custom UserAgentPropertyGenerator without test on Google Frame --

property-provider name=user.agent
generator=org.prime.client.useragent.MyUserAgentPropertyGenerator/

!-- Mask error message --
set-configuration-property name=user.agent.runtimeWarning
value=false/

!-- IE --
set-property name=user.agent value=ie6 /
extend-property name=user.agent values=ie8 /
!-- FF --
extend-property name=user.agent values=gecko1_8 /
!-- CHROME --
extend-property name=user.agent values=safari /


Thanks a lot !

On 26 sep, 19:52, Chi Hoang c...@chi.ca wrote:
 If Chrome-frame is not enabled on your page and you have it installed
 in your browser, you are most likely running into this issue

 http://code.google.com/p/google-web-toolkit/issues/detail?id=6665

 On Sep 26, 10:23 am, Chi Hoang c...@chi.ca wrote:







  Based on your user-agent, it seems like you have chrome frame
  installed.
  GWT 2.4 added detection of chrome frame, and uses the safari user
  agent if it is installed and enabled.

  On Sep 26, 1:53 am, guillaume prime guillaume.pr...@gmail.com wrote:

   We can see the problem on the GWT Showcase :

   Webpage error details

   User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; 
   Trident/4.0;
   chromeframe/14.0.835.186; .NET CLR 1.1.4322; InfoPath.1)
   Timestamp: Mon, 26 Sep 2011 07:52:05 UTC

   Message: Object doesn't support this property or method
   Line: 1532
   Char: 127
   Code: 0
   URI:http://gwt.google.com/samples/Showcase/showcase/56292F4D7C74D54F38D6A...

   Why the user agent is Mozilla (compatible IE8) ?

-- 
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.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: ie8 problem with gwt 2.4?

2011-09-26 Thread guillaume prime
We can see the problem on the GWT Showcase : 

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; 
chromeframe/14.0.835.186; .NET CLR 1.1.4322; InfoPath.1)
Timestamp: Mon, 26 Sep 2011 07:52:05 UTC


Message: Object doesn't support this property or method
Line: 1532
Char: 127
Code: 0
URI: 
http://gwt.google.com/samples/Showcase/showcase/56292F4D7C74D54F38D6A0131076ACC5.cache.html

Why the user agent is Mozilla (compatible IE8) ?

-- 
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/-/CjZJr-S8IeEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: ie8 problem with gwt 2.4?

2011-09-26 Thread Chi Hoang
Based on your user-agent, it seems like you have chrome frame
installed.
GWT 2.4 added detection of chrome frame, and uses the safari user
agent if it is installed and enabled.



On Sep 26, 1:53 am, guillaume prime guillaume.pr...@gmail.com wrote:
 We can see the problem on the GWT Showcase :

 Webpage error details

 User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0;
 chromeframe/14.0.835.186; .NET CLR 1.1.4322; InfoPath.1)
 Timestamp: Mon, 26 Sep 2011 07:52:05 UTC

 Message: Object doesn't support this property or method
 Line: 1532
 Char: 127
 Code: 0
 URI:http://gwt.google.com/samples/Showcase/showcase/56292F4D7C74D54F38D6A...

 Why the user agent is Mozilla (compatible IE8) ?

-- 
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.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: ie8 problem with gwt 2.4?

2011-09-26 Thread Chi Hoang
If Chrome-frame is not enabled on your page and you have it installed
in your browser, you are most likely running into this issue

http://code.google.com/p/google-web-toolkit/issues/detail?id=6665

On Sep 26, 10:23 am, Chi Hoang c...@chi.ca wrote:
 Based on your user-agent, it seems like you have chrome frame
 installed.
 GWT 2.4 added detection of chrome frame, and uses the safari user
 agent if it is installed and enabled.

 On Sep 26, 1:53 am, guillaume prime guillaume.pr...@gmail.com wrote:







  We can see the problem on the GWT Showcase :

  Webpage error details

  User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0;
  chromeframe/14.0.835.186; .NET CLR 1.1.4322; InfoPath.1)
  Timestamp: Mon, 26 Sep 2011 07:52:05 UTC

  Message: Object doesn't support this property or method
  Line: 1532
  Char: 127
  Code: 0
  URI:http://gwt.google.com/samples/Showcase/showcase/56292F4D7C74D54F38D6A...

  Why the user agent is Mozilla (compatible IE8) ?

-- 
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.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: ie8 problem with gwt 2.4?

2011-09-23 Thread guillaume prime
I have the same problem, if I compil only for IE8 it work fine, but if
I want to compil for IE6, IE8, FF and Chrome, I have an error on IE8

It work ONLY on IE8 :

inherits name=com.google.gwt.user.UserAgent/
set-property name=user.agent values=ie8 /
set-configuration-property name=user.agent.runtimeWarning
value=false/

It doesn't work on IE8, but work on FF and Chrome :

inherits name=com.google.gwt.user.UserAgent/
!-- IE --
set-property name=user.agent value=ie6 /
extend-property name=user.agent values=ie8 /
!-- FF --
extend-property name=user.agent values=gecko1_8 /
!-- CHROME --
extend-property name=user.agent values=safari /
set-configuration-property name=user.agent.runtimeWarning
value=false/


Do you have the same problèm ?

On 19 sep, 05:09, Vish vnd...@gmail.com wrote:
 Workaround :
 set the following property in your gwt.xml.
         set-configuration-property name=user.agent.runtimeWarning
 value=false/
 The error/warning does not appear.

 But not sure how much it impacts the application, because it is
 suppressing the warning/error.

 On Sep 19, 7:31 am, Vish vnd...@gmail.com wrote:







  I am also getting the same error using GWT 2.4 on IE8 and specifying
  user agent property in gwt.xml for ie8.

  On Sep 15, 4:36 am, macagain rgk...@gmail.com wrote:

   Is anyone else have a problem with IE8 on GWT2.4?

   I'm running in standards mode !doctype html

   exactly the same code worked fine on GWT2.3... with that F12 dev tools
   showed:
   Browser Mode: IE8
   Doc Mode: IE8 Standards

   but on GWT2.4, the page errors in the generated js, doesn't load, and F12
   dev tools shows:
   Browser Mode: IE8 Compatibility Mode
   Doc Mode: IE7 Standards

   and yes:
   - user-agent properties the same in both (in fact using whatever is in
   UserAgent.gwt.xml
   - i clean'd
   - everything works fine in ie9

   thanks!- Hide quoted text -

  - Show quoted text -

-- 
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.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



ie8 problem with gwt 2.4?

2011-09-14 Thread macagain
Is anyone else have a problem with IE8 on GWT2.4?

I'm running in standards mode !doctype html

exactly the same code worked fine on GWT2.3... with that F12 dev tools 
showed:
Browser Mode: IE8
Doc Mode: IE8 Standards

but on GWT2.4, the page errors in the generated js, doesn't load, and F12 
dev tools shows:
Browser Mode: IE8 Compatibility Mode
Doc Mode: IE7 Standards

and yes:
- user-agent properties the same in both (in fact using whatever is in 
UserAgent.gwt.xml
- i clean'd
- everything works fine in ie9

thanks!

-- 
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/-/IujFBoAzgycJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.