Re: [Wtr-general] Setting focus in a frame in IE7

2007-05-08 Thread Trevor Mason
Hi Paul, I'll look into using the maxLength option. As a matter of interest, I have used ie.send_keys("{tab}") to tab away from the address bar, and I can then set the focus in my frame! Very strange! ___ Wtr-general mailing list Wtr-general@rubyforge.or

Re: [Wtr-general] Setting focus in a frame in IE7

2007-05-08 Thread Trevor Mason
Hi Charley, The problem with using set on a text_field is that you it will set more than the maximum field length, so foobar will be entered as foobar and not foo. ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listin

Re: [Wtr-general] Setting focus in a frame in IE7

2007-05-04 Thread Charley Baker
Original Message - From: "Trevor Mason" <[EMAIL PROTECTED]> To: Sent: Friday, May 04, 2007 9:48 AM Subject: [Wtr-general] Setting focus in a frame in IE7 >I have a test that used to work on IE6(WIN2k), but does not with IE7(WINXP) > I am using send_keys to send 4 chars to a

Re: [Wtr-general] Setting focus in a frame in IE7

2007-05-04 Thread Paul Rogers
longer works, I have no clue ;-) - Original Message - From: "Trevor Mason" <[EMAIL PROTECTED]> To: Sent: Friday, May 04, 2007 9:48 AM Subject: [Wtr-general] Setting focus in a frame in IE7 >I have a test that used to work on IE6(WIN2k), but does not with IE7(

[Wtr-general] Setting focus in a frame in IE7

2007-05-04 Thread Trevor Mason
I have a test that used to work on IE6(WIN2k), but does not with IE7(WINXP) I am using send_keys to send 4 chars to a text field that has a maximum length of 3, then checking there are only 3 chars In IE7, the focus does not move from the IE address bar, and I get placed here. If I use IRB