Re: GWT 2.0 is unusable in IE7

2010-02-26 Thread Joel Webber
I can assure you that this is not a general problem -- we've built plenty of
applications (including the Mail sample) which work fine using a structure
very much like the one you describe. If it's only happening on IE, there's a
very good probability that you're running using a quirks-mode doctype (i.e.,
no !doctype html). If that fixes the problem, would you please update
issue 4532 to reflect that?

On Fri, Feb 26, 2010 at 9:45 AM, nagin naginkoth...@gmail.com wrote:

 I am developing Web application using GWT 2.0. I am using Layout panel
 which is added to RootLayout panel.

 In IE 7 when we open dialog box, popup panel, menu item or date picker
 or any thing that pop ups , then all widgets  on the screen except
 popup disappears . when these pop ups are closed then everything
 reappears. This is very irritating to user and make application
 unusable . I had open issue #4532 a month back, but nobody from GWT
 team  have attended or accepted and looked into it yet . It is very
 surprising that such critical issue is not been attended to. I hope
 that GWT team will look into it and try to resolve this earliest.

 thanks

 Nagin


-- 
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-tool...@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: GWT 2.0 is unusable in IE7

2010-02-26 Thread Stefano Ciccarelli
I have the same problem described here and I can assure you that I'm using
the standard mode. The problem is only with IE7 and I've solved it using the
popup implementation for IE8 (without iframe) in IE6/IE7 dropping support
for IE6.


On Fri, Feb 26, 2010 at 7:46 PM, Joel Webber j...@google.com wrote:

 I can assure you that this is not a general problem -- we've built plenty
 of applications (including the Mail sample) which work fine using a
 structure very much like the one you describe. If it's only happening on IE,
 there's a very good probability that you're running using a quirks-mode
 doctype (i.e., no !doctype html). If that fixes the problem, would you
 please update issue 4532 to reflect that?

 On Fri, Feb 26, 2010 at 9:45 AM, nagin naginkoth...@gmail.com wrote:

 I am developing Web application using GWT 2.0. I am using Layout panel
 which is added to RootLayout panel.

 In IE 7 when we open dialog box, popup panel, menu item or date picker
 or any thing that pop ups , then all widgets  on the screen except
 popup disappears . when these pop ups are closed then everything
 reappears. This is very irritating to user and make application
 unusable . I had open issue #4532 a month back, but nobody from GWT
 team  have attended or accepted and looked into it yet . It is very
 surprising that such critical issue is not been attended to. I hope
 that GWT team will look into it and try to resolve this earliest.

 thanks

 Nagin


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


-- 
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-tool...@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.



GWT 2.0 is unusable in IE7

2010-02-26 Thread nagin
I am developing Web application using GWT 2.0. I am using Layout panel
which is added to RootLayout panel.

In IE 7 when we open dialog box, popup panel, menu item or date picker
or any thing that pop ups , then all widgets  on the screen except
popup disappears . when these pop ups are closed then everything
reappears. This is very irritating to user and make application
unusable . I had open issue #4532 a month back, but nobody from GWT
team  have attended or accepted and looked into it yet . It is very
surprising that such critical issue is not been attended to. I hope
that GWT team will look into it and try to resolve this earliest.

thanks

Nagin

-- 
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-tool...@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.