[wtr-general] Re: Unable to select item from selectlist on watir-classic 3.2: SystemStackError: stack level too deep

2012-10-20 Thread Jarmo Pertman
The problem is fixed with commit 
https://github.com/watir/watir-classic/commit/22f94a69ac4a09d893c4088f9f526d1698093542

Thank you for your help!

Jarmo

On Saturday, October 20, 2012 12:29:44 PM UTC+3, Jarmo Pertman wrote:
>
> Awesome, i can reproduce it. Thanks! Will look into it.
>
> Jarmo
>
> On Friday, October 19, 2012 7:35:29 PM UTC+3, Justin Ko wrote:
>>
>> To reproduce the SystemStackError error, you can use the w3schools page:
>>
>> require 'watir-classic'
>> browser = Watir::Browser.new
>> browser.goto('
>> http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select')
>> browser.frame(:name, 'view').select_list.select('Saab')
>>
>> Or if you want to do it locally, you can create a page with an iframe and 
>> select list:
>>
>> main.htm:
>>
>> 
>> 
>> 
>> 
>> 
>>
>> frame.htm:
>>
>> 
>> 
>> 
>> Volvo
>> Saab
>> Opel
>> Audi
>> 
>> 
>> 
>>
>> Note: The problem can be seen with iframes as well as framesets.
>>
>> Hope that helps.
>>
>> - Justin
>>
>

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

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


[wtr-general] Re: Unable to select item from selectlist on watir-classic 3.2: SystemStackError: stack level too deep

2012-10-20 Thread Jarmo Pertman
Awesome, i can reproduce it. Thanks! Will look into it.

Jarmo

On Friday, October 19, 2012 7:35:29 PM UTC+3, Justin Ko wrote:
>
> To reproduce the SystemStackError error, you can use the w3schools page:
>
> require 'watir-classic'
> browser = Watir::Browser.new
> browser.goto('
> http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select')
> browser.frame(:name, 'view').select_list.select('Saab')
>
> Or if you want to do it locally, you can create a page with an iframe and 
> select list:
>
> main.htm:
>
> 
> 
> 
> 
> 
>
> frame.htm:
>
> 
> 
> 
> Volvo
> Saab
> Opel
> Audi
> 
> 
> 
>
> Note: The problem can be seen with iframes as well as framesets.
>
> Hope that helps.
>
> - Justin
>

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

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com