-
29 Mar 2011 5:00 AM #1
Applet auto reopen after navigating to another page in IE7/8. Wokrks fine in firefox
Applet auto reopen after navigating to another page in IE7/8. Wokrks fine in firefox
IE7 and IE8 (not sure about other IE versions) keeps the applet open even after navigating away from the page and reopens with much higher resolution which ultimately blocks other navigation.
I use following to generate frame
This frame is placed inside the LayoutContainer.Code:private Frame getAFrame(){ String appletHTMLURL = "http://148.147.206.238/ssa/index.html"; final com.google.gwt.user.client.ui.Frame frame = new com.google.gwt.user.client.ui.Frame (); frame.setWidth(600+"px"); frame.setHeight(650+"px"); frame.setUrl(appletHTMLURL); return frame; }
What could be the reason for this? and solution?
Similar Threads
-
Window over applet doesn't work on firefox 3.6
By alasarr in forum Ext 2.x: BugsReplies: 1Last Post: 23 Feb 2010, 1:41 AM -
Window over applet doesn't work on firefox 3.6
By alasarr in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 22 Feb 2010, 2:51 AM -
clicking on a contextmenu sometimes make navigating the page
By TeeCee in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 4 May 2009, 5:13 AM -
Cache issue when navigating back a page
By kell in forum Ext 1.x: Help & DiscussionReplies: 1Last Post: 12 Oct 2007, 3:58 PM


Reply With Quote