Carlo,
Thanks for the pointer. Somehow my google searches missed this link.
Yes! the solution mentioned in thread works! (Issue#1). In fact it not
only solved the SuggestionBox popup issues but also the popups created
using PopupPanel ( unlike what is mentioned in the thread).
Issue#2 still remains. I do have a HTMLPanel with a lot of <table> (no
divs) elements to align the code, and I use GWT widgets in it. I will
try replacing them the raw HTML with GWT widgets.. ( I hate do this, as
I was taking advantage of UiBinder features to mix HTML and GWT)
Thanks again.
Prashant
On 09-03-2010 03:26, Carlo wrote:
This sounds like it is the same as this issue here:
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/6ce497dde344702b/f2482d43e508aa71?lnk=gst&q=carlo+layout&fwc=2
Unfortunately I don't know that it has been resolved.
-Carlo
On Mar 7, 11:27 am, Prashant Hegde<[email protected]> wrote:
Hello ,
I have an app which works fine in Chrome& FF, but facing a couple of
issues in IE7.
- I am using Standards Mode<!DOCTYPE html>
- GWT 2.0.3 on Windows
- I am using RootLayoutPanel
Issues:
1. Whenever a popup (created using PopupPanel ) is displayed, the
background goes blank (and reappears after the popup is hidden).
2. I have a<g:TabLayoutPanel>, and in one of the tabs, I have a
<g:StackLayoutPanel> inside a<g:Layer>. In IE7, the tab with the
StackLayoutPanel gets collapsed to the top of the tab, and becomes unusable.
Any clues / direction ?
Thanks for any help.
Regards
Prashant
--
You received this message because you are subscribed to the Google Groups "Google
Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.