[wtr-general] Re: Watir 1.8.1.rc1 Released

2011-04-09 Thread Jarmo Pertman
Good to know :)

I guess we can make the final release in a few days then.

Jarmo

On Apr 8, 7:49 pm, orde ohil...@gmail.com wrote:
 FYI: I upgraded a couple of VMs (one XP; one Win7; both running IE8.x)
 to 1.8.1.rc1 and ran a subset of existing scripts without any issues.

 On Apr 8, 8:07 am, Charley Baker charley.ba...@gmail.com wrote:







  My guess is that there's some javascript event on your select list that's
  not getting fired to open the new window since you mention this happens with
  regular select as well as select_no_wait. Can you take a look at what's
  currently being fired on the select list?

  Cheers,

  Charley Baker
  Lead Developer, Watir,http://watir.com

  On Fri, Apr 8, 2011 at 7:20 AM, GJHmf graham.harb...@webroster.net wrote:
   I replied to this directly to Ivan in more detail, as he added the
   improvement.  To everyone else; I don't want this thread to go off-
   topic, but for the record I got the same problem with select and
   select_no_wait.

   GJHmf

   --
   Before posting, please readhttp://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

-- 
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


Re: [wtr-general] Re: Watir 1.8.1.rc1 Released

2011-04-09 Thread Charley Baker
Honestly at this point, I would say push it. I'm working with a couple of
companies to get this pushed internally, but they're updating from old
versions, the changes here should be an easy update, and we can work on
issues as they come up with the new features. Let's get cracking on the next
release. :)


Charley Baker
Lead Developer, Watir, http://watir.com


On Fri, Apr 8, 2011 at 9:49 AM, orde ohil...@gmail.com wrote:

 FYI: I upgraded a couple of VMs (one XP; one Win7; both running IE8.x)
 to 1.8.1.rc1 and ran a subset of existing scripts without any issues.

 On Apr 8, 8:07 am, Charley Baker charley.ba...@gmail.com wrote:
  My guess is that there's some javascript event on your select list that's
  not getting fired to open the new window since you mention this happens
 with
  regular select as well as select_no_wait. Can you take a look at what's
  currently being fired on the select list?
 
  Cheers,
 
  Charley Baker
  Lead Developer, Watir,http://watir.com
 
 
 
 
 
 
 
  On Fri, Apr 8, 2011 at 7:20 AM, GJHmf graham.harb...@webroster.net
 wrote:
   I replied to this directly to Ivan in more detail, as he added the
   improvement.  To everyone else; I don't want this thread to go off-
   topic, but for the record I got the same problem with select and
   select_no_wait.
 
   GJHmf
 
   --
   Before posting, please readhttp://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

 --
 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


-- 
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: Watir 1.8.1.rc1 Released

2011-04-08 Thread GJHmf
The *_no_wait methods addition certaily piqued my interested.
Click_no_wait seems to work like a charm for me, although
select_no_wait doesn't.  I have a select list that envokes a new
browser window when a value is chosen.  select_no_wait seems to try to
do its job, but alas no new window appears.

Then again, I never got this method working on Ruby 1.8.6/Watir
1.6.2.  As aways, any tips graciously received.

-- 
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: Watir 1.8.1.rc1 Released

2011-04-08 Thread Ivan Kabluchkov
Hi

Does new window appear on screen when you use select (with out
no_wait)?

On 8 апр, 14:55, GJHmf graham.harb...@webroster.net wrote:
 The *_no_wait methods addition certaily piqued my interested.
 Click_no_wait seems to work like a charm for me, although
 select_no_wait doesn't.  I have a select list that envokes a new
 browser window when a value is chosen.  select_no_wait seems to try to
 do its job, but alas no new window appears.

 Then again, I never got this method working on Ruby 1.8.6/Watir
 1.6.2.  As aways, any tips graciously received.

-- 
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: Watir 1.8.1.rc1 Released

2011-04-08 Thread GJHmf
I replied to this directly to Ivan in more detail, as he added the
improvement.  To everyone else; I don't want this thread to go off-
topic, but for the record I got the same problem with select and
select_no_wait.


GJHmf

-- 
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


Re: [wtr-general] Re: Watir 1.8.1.rc1 Released

2011-04-08 Thread Charley Baker
My guess is that there's some javascript event on your select list that's
not getting fired to open the new window since you mention this happens with
regular select as well as select_no_wait. Can you take a look at what's
currently being fired on the select list?

Cheers,

Charley Baker
Lead Developer, Watir, http://watir.com


On Fri, Apr 8, 2011 at 7:20 AM, GJHmf graham.harb...@webroster.net wrote:

 I replied to this directly to Ivan in more detail, as he added the
 improvement.  To everyone else; I don't want this thread to go off-
 topic, but for the record I got the same problem with select and
 select_no_wait.


 GJHmf

 --
 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


-- 
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: Watir 1.8.1.rc1 Released

2011-04-08 Thread orde
FYI: I upgraded a couple of VMs (one XP; one Win7; both running IE8.x)
to 1.8.1.rc1 and ran a subset of existing scripts without any issues.

On Apr 8, 8:07 am, Charley Baker charley.ba...@gmail.com wrote:
 My guess is that there's some javascript event on your select list that's
 not getting fired to open the new window since you mention this happens with
 regular select as well as select_no_wait. Can you take a look at what's
 currently being fired on the select list?

 Cheers,

 Charley Baker
 Lead Developer, Watir,http://watir.com







 On Fri, Apr 8, 2011 at 7:20 AM, GJHmf graham.harb...@webroster.net wrote:
  I replied to this directly to Ivan in more detail, as he added the
  improvement.  To everyone else; I don't want this thread to go off-
  topic, but for the record I got the same problem with select and
  select_no_wait.

  GJHmf

  --
  Before posting, please readhttp://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

-- 
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