Hi

In an IRB session when I trigger an onmousedown and onmouseup event on
a link that generates a modal dialogue box it shows the modal
dialogue. Then when I copy that code into a test case and execute
firefox does not generate the modal dialogue.

Code:

$b.span(:class, "value ell").fire_event("onmousedown")

$b.span(:class, "value ell").fire_event("onmouseup")

Result: modal dialogue shown

When this is placed in a test case and executed does not show modal
dialogue....Any clues.

-- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general

Reply via email to