This is my dirty solution:

<!-- To solve a Popup bug in IE7                                                
                -->
<!-- the code doesn't works anymore on IE6                                      
        -->
<replace-with class="com.google.gwt.user.client.ui.impl.PopupImpl">
        <when-type-is class="com.google.gwt.user.client.ui.impl.PopupImpl"/>
        <when-property-is name="user.agent" value="ie6" />
</replace-with>

but you have to drop IE6 support.


On 2 Feb, 08:41, hriess <hriess.chemn...@t-online.de> wrote:
> Is there in the meantime a solution for this problem? I am using a
> DockLayoutPanel for the layout of the application. A SuggestBox (and
> other PopupPanels) blanks the complete screen in IE7. After upgrade to
> GWT 2.0, UiBinder and LayoutPanels I haven't tested my application
> with IE7 for a long time. Have I to go back in time and check out a
> rather old SVN version of my application?
>
> Thank you
> Holger

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

Reply via email to