[wtr-general] Re: Grrr! click_no_wait does not work :-(

2010-04-13 Thread Jarmo Pertman
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,

[wtr-general] Re: Grrr! click_no_wait does not work :-(

2010-04-12 Thread Rats
On Apr 13, 8:57 am, Eric Mathiesen mathiese...@gmail.com wrote: Might be a simplistic answer, but have you set focus to the child popup window? I am fairly sure it's not a hidden pop up or anything like that as if I manually click the button (after click_no_wait flashes it) the pop up is

[wtr-general] Re: Grrr! click_no_wait does not work :-(

2010-04-12 Thread Rats
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

Re: [wtr-general] Re: Grrr! click_no_wait does not work :-(

2010-04-12 Thread pallavi shashidhar
Hi, There is an issue with click_no_wait in 1.6.5 . Pls read this http://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,