[wtr-general] Re: Firewatir (1.6.2) and select_list objects

2008-11-19 Thread Bret Pettichord

This is now fixed in trunk. I would have updated the Jira ticket, but 
Jira seems to be unavailable right now. (I can view the ticket, but 
can't log in to update it. OTOH, Confluence is working.) I'll update 
Jira later.

Bret

Tiffany Fodor wrote:
> Hey Bret!
>
> I've opened Jira ticket WTR-271 to track this issue.
>
> Thanks for looking into this so quickly!
>
> -Tiffany
>
> On Nov 13, 10:09 am, Bret Pettichord <[EMAIL PROTECTED]> wrote:
>   
>> Tiffany,
>>
>> Could you please log this as a Firewatir bug.
>>
>> Surprisingly we have no unit tests for either select_list().set (as i
>> assumed) or select_list().select (which was a surprise).
>>
>> Bret
>>
>> Bret Pettichord wrote:
>> 
>>> This sounds like a firewatir bug.
>>>   
>>> Tiffany Fodor wrote:
>>>   
 Hi!
 
 I apologize if you've already addressed this - I did a quick search of
 the threads and didn't see this issue.
 
 With Firewatir in version 1.6.2, I can't perform a 'set' on a select
 list, only 'select' works.  The 'set' method works for IE on version
 1.6.2, however.
 
 Here's the error message I get when trying to perform a 'set' on a
 select_list in Firewatir:
 
 irb> $browser.select_list(:name, 'quoteState').set('Alaska')
 => "TypeError: elements_select[1].set is not a function"
 
 I can change all my 'set' methods on select_list objects to 'select'
 if this was intentional.  I just wanted to bring it up in case it was
 accidentally left out.
 
 Thanks!
 
 -Tiffany
 
> >
>   


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Firewatir (1.6.2) and select_list objects

2008-11-13 Thread Tiffany Fodor

Hey Bret!

I've opened Jira ticket WTR-271 to track this issue.

Thanks for looking into this so quickly!

-Tiffany

On Nov 13, 10:09 am, Bret Pettichord <[EMAIL PROTECTED]> wrote:
> Tiffany,
>
> Could you please log this as a Firewatir bug.
>
> Surprisingly we have no unit tests for either select_list().set (as i
> assumed) or select_list().select (which was a surprise).
>
> Bret
>
> Bret Pettichord wrote:
> > This sounds like a firewatir bug.
>
> > Tiffany Fodor wrote:
>
> >> Hi!
>
> >> I apologize if you've already addressed this - I did a quick search of
> >> the threads and didn't see this issue.
>
> >> With Firewatir in version 1.6.2, I can't perform a 'set' on a select
> >> list, only 'select' works.  The 'set' method works for IE on version
> >> 1.6.2, however.
>
> >> Here's the error message I get when trying to perform a 'set' on a
> >> select_list in Firewatir:
>
> >> irb> $browser.select_list(:name, 'quoteState').set('Alaska')
> >> => "TypeError: elements_select[1].set is not a function"
>
> >> I can change all my 'set' methods on select_list objects to 'select'
> >> if this was intentional.  I just wanted to bring it up in case it was
> >> accidentally left out.
>
> >> Thanks!
>
> >> -Tiffany
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Firewatir (1.6.2) and select_list objects

2008-11-13 Thread Bret Pettichord

Tiffany,

Could you please log this as a Firewatir bug.

Surprisingly we have no unit tests for either select_list().set (as i 
assumed) or select_list().select (which was a surprise).

Bret

Bret Pettichord wrote:
> This sounds like a firewatir bug.
>
> Tiffany Fodor wrote:
>   
>> Hi!
>>
>> I apologize if you've already addressed this - I did a quick search of
>> the threads and didn't see this issue.
>>
>> With Firewatir in version 1.6.2, I can't perform a 'set' on a select
>> list, only 'select' works.  The 'set' method works for IE on version
>> 1.6.2, however.
>>
>> Here's the error message I get when trying to perform a 'set' on a
>> select_list in Firewatir:
>>
>> irb> $browser.select_list(:name, 'quoteState').set('Alaska')
>> => "TypeError: elements_select[1].set is not a function"
>>
>> I can change all my 'set' methods on select_list objects to 'select'
>> if this was intentional.  I just wanted to bring it up in case it was
>> accidentally left out.
>>
>> Thanks!
>>
>> -Tiffany
>> 
>>   
>> 
>
>
> >
>   


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Firewatir (1.6.2) and select_list objects

2008-11-13 Thread Bret Pettichord

This sounds like a firewatir bug.

Tiffany Fodor wrote:
> Hi!
>
> I apologize if you've already addressed this - I did a quick search of
> the threads and didn't see this issue.
>
> With Firewatir in version 1.6.2, I can't perform a 'set' on a select
> list, only 'select' works.  The 'set' method works for IE on version
> 1.6.2, however.
>
> Here's the error message I get when trying to perform a 'set' on a
> select_list in Firewatir:
>
> irb> $browser.select_list(:name, 'quoteState').set('Alaska')
> => "TypeError: elements_select[1].set is not a function"
>
> I can change all my 'set' methods on select_list objects to 'select'
> if this was intentional.  I just wanted to bring it up in case it was
> accidentally left out.
>
> Thanks!
>
> -Tiffany
> >
>   


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---