I've written in my blog about a method how to debug problems related
to click_no_wait at 
http://www.itreallymatters.net/post/378669758/debugging-watirs-click-no-wait-method-problems

It might not be the same problem as in the mentioned bug, but just
make sure :)

Jarmo

On Apr 13, 8:57 am, pallavi shashidhar <pals.sha...@gmail.com> wrote:
> Hi,
> There is an issue with click_no_wait in 1.6.5 . Pls read 
> thishttp://jira.openqa.org/browse/WTR-320
> Try adding the patch to page_container.rb
> This fix should get your click_no_wait working.
>
> Regards,
> Pallavi
>
>
>
> On Tue, Apr 13, 2010 at 3:23 AM, Rats <crapats...@yahoo.com.au> wrote:
> > On Apr 13, 9:11 am, Ethan <notet...@gmail.com> wrote:
> > > Is the popup triggered by an onclick event, or an onmouseup or
> > onmousedown
> > > event? If it's the latter, watir won't trigger it; #click and
> > #click_no_wait
> > > don't do those events. you'll have to explicitly
> > > fire_event_no_wait('onmousedown') or mouseup.
>
> > I've tried fire_event_no_wait without any success. Again it does the
> > same thing by flashing the button and the pop up down not launch.
>
> > --
> > Before posting, please readhttp://watir.com/support. In short: search
> > before you ask, be nice.
>
> > You received this message because you are subscribed to
> >http://groups.google.com/group/watir-general
> > To post: watir-general@googlegroups.com
>
> > To unsubscribe, reply using "remove me" as the subject.

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

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com

Reply via email to