I took a look at Danijel's app (via Skype screen sharing), he executed this
from IRB:

$ie.select_list(:id,
"ctl00_ContentMain_ReportViewer1_ctl01_ctl03_ctl00").set("10%")

The page zoomed to 10%, but IRB was stuck, it never returned the prompt. My
guess is that Watir is waiting for IE to say it is done, but it never
happens for some reason. Danijel said it works just fine in FF.

I have suggested that maybe commenting "@container.wait" in
SelectList#select_item_in_select_list [1] would help, but he said it does
not.

Do we have something like SelectList#set_no_wait? Maybe that could help him.

Željko
--
[1]
https://github.com/bret/watir/blob/master/watir/lib/watir/input_elements.rb#L79

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to