Re: [Wtr-general] Setting Textbox throws unknown method 'scrollIntoView' error

2006-08-21 Thread Bret Pettichord
WIN32OLERuntimeError: Unknown property or method `scrollIntoView' HRESULT error code:0x80010004 The caller is dispatching an asynchronous call and cannot make an outgoing call on behalf of this call. C:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1065/./watir.rb:3829:in

Re: [Wtr-general] Setting Textbox throws unknown method 'scrollIntoView' error

2006-08-21 Thread James
Bug WTR-89 opened in JIRA - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=3607messageID=10228#10228 ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] Setting Textbox throws unknown method 'scrollIntoView' error

2006-08-15 Thread James
im calling ie.text_field(:name, /name/i).set(blah) HTML of textfields is: tr valign=middle td width=85User Name/td td width=100input name=ctl00$ContentPlaceHolderContentMain$UserName type=text id=ctl00_ContentPlaceHolderContentMain_UserName //td td

Re: [Wtr-general] Setting Textbox throws unknown method 'scrollIntoView' error

2006-08-15 Thread James
note, getting the textfield by id, without a regex. works fine. -Mase (james) - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=3607messageID=10005#10005 ___

Re: [Wtr-general] Setting Textbox throws unknown method 'scrollIntoView' error

2006-08-15 Thread James
This appears to be a larger problem. Any element that is found with a regular expression passed as the value. Seems subsequent messages to that object results in the above error. IE crashes as well. -Mase - Posted via Jive Forums