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=3607&messageID=10228#10228 ___ Wtr-general mailing list Wtr-general@rubyforge.org http://r

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 > `m

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

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

2006-08-15 Thread James
Also. This same script worked fine in 1.4.1 but fails in 1.5.1.1065 - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=3607&messageID=10006#10006 ___ Wtr-general mail

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=3607&messageID=10005#10005 ___ Wtr-gen

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: User Name Required!   Password

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

2006-08-15 Thread Chris McMahon
> 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. Cool error. :) Show us the HTML for the text_field? (And probably some of the

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

2006-08-15 Thread James
I am running watir 1.5.1.1065 I am simply calling set on a text_field, and I get this error: 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