This change makes the @ie.StatusText to return statusbar text correctly on IE9?
Jarmo On Tue, Jun 21, 2011 at 4:39 PM, Rain Kolk <[email protected]> wrote: > Hi, > > > > There seems to be bug with IE9 statusbar text. > > > > I modified ie_class.rb status method to following: > > def status > > if not @ie.StatusBar > > @ie.StatusBar = true > > end > > return @ie.StatusText > > end > > > > This resolved ole error wich was mentioned here > http://www.mail-archive.com/wtr-development[at]rubyforge.org/msg00918.html > > > > Raino > > _______________________________________________ > Wtr-development mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-development > _______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
