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
<http://www.mail-archive.com/wtr-development%5bat%5drubyforge.org/msg00918.h
tml> 

 

Raino

_______________________________________________
Wtr-development mailing list
Wtr-development@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to