Hi, I tracked it down to the PopupPanel changes in http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/user/client/ui/PopupPanel.java?r=7391
For a diff see: http://code.google.com/p/google-web-toolkit/source/diff?spec=svn7391&r=7391&format=side&path=/trunk/user/src/com/google/gwt/user/client/ui/PopupPanel.java&old_path=/trunk/user/src/com/google/gwt/user/client/ui/PopupPanel.java&old=7236 setState is now adding a history ValueChangeListener to auto close when the user uses back or forward in the browser. David On Feb 4, 8:33 pm, David <[email protected]> wrote: > Hi, > > No as far as I know I have not referenced it anywhere. It used to work > with 2.0, I was trying out the 2.0.1 build to see if the bugs I > reported where correctly fixed, but I seem to stumble on multiple > issues. I am not the only person poking around the codebase (we are > forced to use a ClearCase dynamic view) so it might just be that > someone did some nasty checkin while I was testing. > > I'll double check tomorrow. > > David > > > > On Thu, Feb 4, 2010 at 4:36 PM, Joel Webber <[email protected]> wrote: > > It shouldn't be -- if you kick off History's static initializer, it will > > GWT.create(HistoryImpl.class), and thus attempt to find the iframe, but I > > believe it's been this way for a long time. Are you sure you're not > > referencing History somewhere? > > > On Thu, Feb 4, 2010 at 10:34 AM, stuckagain <[email protected]> wrote: > > >> Hi, > > >> I rebuild my apps with 2.0.1 and noticed that they no longer start. > >> In DevMode is see an error about the History Support that fails to > >> initialize. > > >> My apps do not support history, so I did not include the IFrame... has > >> this become mandatory or is this a little oops ? > > >> David > > >> -- > >>http://groups.google.com/group/Google-Web-Toolkit-Contributors > > > -- > >http://groups.google.com/group/Google-Web-Toolkit-Contributors- Hide quoted > >text - > > - Show quoted text - -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
