[wtr-general] Re: Difficulty typing into textfield

2010-10-15 Thread blkjk
Bingo! Works. thk you! :) On Oct 11, 11:31 am, Ethan wrote: > your onfocus event seems to do some interesting stuff. > > onfocus="jQuery('#mockPassword').hide();jQuery('#password').show();jQuery(' > #password').focus();" > > basically, you're not going to be able to type into the mockPassword fi

[wtr-general] Re: Difficulty typing into textfield

2010-10-15 Thread blkjk
and you can see it here: https://paymentnetwork.qa.intuit.com/ On Oct 13, 2:17 pm, Ethan wrote: > I can answer what the developers were thinking, I believe - they were > thinking "I want the word 'password' to be seen in this text field as a sort > of help-text, but when the user clicks on it, I

Re: [wtr-general] Re: Difficulty typing into textfield

2010-10-13 Thread Ethan
I can answer what the developers were thinking, I believe - they were thinking "I want the word 'password' to be seen in this text field as a sort of help-text, but when the user clicks on it, I want that to disappear and their password should show up as asterisks like normal." If the field is init

[wtr-general] Re: Difficulty typing into textfield

2010-10-13 Thread Jarmo Pertman
Or try $b.text_field(:name, "password").value = "text" instead of #set, without invoking any JavaScript events. Also, you could ask from the developers what the hell did they think with that onfocus event when they did that :) Jarmo Pertman - IT does really matter - http://www.itreallymatters

Re: [wtr-general] Re: Difficulty typing into textfield

2010-10-11 Thread Ethan
your onfocus event seems to do some interesting stuff. onfocus="jQuery('#mockPassword').hide();jQuery('#password').show();jQuery('#password').focus();" basically, you're not going to be able to type into the mockPassword field because when you focus it, it hides itself and gives you another field

[wtr-general] Re: Difficulty typing into textfield

2010-10-11 Thread blkjk
Thx. $b.text_field(:name, "password").exists? found object, but... When I run: $b.text_field(:name, "password").set(pass_word) I get error msg: "WIN32OLERuntimeError: focus OLE error code:800A083E in htmlfile Can't move focus to the control because it is invisible, not enabled, or