Re: [Wtr-general] [firewatir] Fire_event not working in Firefox

2007-06-10 Thread Prema Arya

Hi Jhun,

One more thing I noticed in your code you have mis-spelled the fire-event
its fireEvent.
li.fireEventt(ondblclick); should work.

Let me know if it solves the problem.

Regards,
Prema


On 6/7/07, Prema Arya [EMAIL PROTECTED] wrote:


I have taken this gem from the trunk.
You can install it and start using. Hope this is what you are expecting.

Regards,
Prema

On 6/7/07, jhun [EMAIL PROTECTED] wrote:

 i hope u could help me. Im in a rush. Thanks!!!
 ___
 Wtr-general mailing list
 Wtr-general@rubyforge.org
 http://rubyforge.org/mailman/listinfo/wtr-general




--
Prema Arya





--
Prema Arya
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] [firewatir] Fire_event not working in Firefox

2007-06-07 Thread jhun
I have this in my code:

lis = 
$browser.elements_by_xpath(//li);
lis.each do |li|
$logger.log(value:  + li.id);
if (li.id == d.id[4..10])
$logger.log(FOUND!!!);
*   
li.fire_event(ondblclick);*
break;
end
end

In bold text, doesnt seem to work. Can you please help me or i hope there's 
alternative to activate the ondblclick event. Thanks for the help!
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] [firewatir] Fire_event not working in Firefox

2007-06-07 Thread Prema Arya

Hi Jhun,

Thanks for reporting this. You can use the latest code form svn/trunk at
http://firewatir.googlecode.com/svn/trunk/FireWatir/
We have already fixed this issue.
In case you face any problem let me know.

Regards,
Prema


On 6/7/07, jhun [EMAIL PROTECTED] wrote:


I have this in my code:

lis =
$browser.elements_by_xpath(//li);
lis.each do |li|
$logger.log(value:  +
li.id);
if (li.id == d.id[4..10])
$logger.log(FOUND!!!);

*   li.fire_event
(ondblclick);*
break;
end
end

In bold text, doesnt seem to work. Can you please help me or i hope
there's alternative to activate the ondblclick event. Thanks for the help!
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general





--
Prema Arya
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] [firewatir] Fire_event not working in Firefox

2007-06-07 Thread jhun
i hope u could help me. Im in a rush. Thanks!!!
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general