[wtr-general] Re: How to move the cursor to starting point in a masked text_field.

2009-05-14 Thread satish
Thank you very much to you all for kind reply. Satish. On May 14, 1:38 pm, satish wrote: > No, this does not work either. > Only thing seems to work is with .value and put some wait command like > (sleep 3). > ie.text_field(:id, > "ctl00_contentChildWindow_secUserDetails_subsecUserInfo_txtPhone

[wtr-general] Re: How to move the cursor to starting point in a masked text_field.

2009-05-14 Thread satish
No, this does not work either. Only thing seems to work is with .value and put some wait command like (sleep 3). ie.text_field(:id, "ctl00_contentChildWindow_secUserDetails_subsecUserInfo_txtPhoneNumber_txtM­­ askTextBox_I").value = "12345678901234567890" Mask is not working properly with .set T

[wtr-general] Re: How to move the cursor to starting point in a masked text_field.

2009-05-14 Thread sHiVa
Dude, Please use this before setting a value in your text field and let me know if any issue. ie.text_field(:id, "ctl00_contentChildWindow_secUserDetails_subsecUserInfo_txtPhoneNumber_txtM­ askTextBox_I").clear ie.text_field(:id, "ctl00_contentChildWindow_secUserDetails_subsecUserInfo_txtPhoneN

[wtr-general] Re: How to move the cursor to starting point in a masked text_field.

2009-05-14 Thread Željko Filipin
2009/5/14 satish > can some one help me on this? Maybe I could if you provided more information: 1) screen shot 2) html of the page (save it to your machine, open in web browser and see if you can reproduce the problem with saved page) Željko --~--~-~--~~~---~--~---

[wtr-general] Re: How to move the cursor to starting point in a masked text_field.

2009-05-14 Thread satish
can some one help me on this? Satish On May 14, 8:21 am, satish wrote: > Can any one help me on this? > > Thanks > Satish. > > On May 13, 4:17 pm, satish wrote: > > > > > Here is my HTML for that > > > >  Active Element: [INPUT], Index: [536] > >   > id=ctl00_content

[wtr-general] Re: How to move the cursor to starting point in a masked text_field.

2009-05-14 Thread satish
Can any one help me on this? Thanks Satish. On May 13, 4:17 pm, satish wrote: > Here is my HTML for that > >  Active Element: [INPUT], Index: [536] >   id=ctl00_contentChildWindow_secUserDetails_subsecUserInfo_txtPhoneNumber_tx­tMas >  kTextBox_I onkeydown="aspxEKey

[wtr-general] Re: How to move the cursor to starting point in a masked text_field.

2009-05-13 Thread satish
Here is my HTML for that Active Element: [INPUT], Index: [536] === Thanks Satish On May 13, 4:12 pm, Vicky Goyal wrote: > wel, > you need to

[wtr-general] Re: How to move the cursor to starting point in a masked text_field.

2009-05-13 Thread Vicky Goyal
wel, you need to check the javascript code for that. There might be some validation for putting a certain type of text. Chk out that functionality paste your code here... dont attach screen shot.. may be html code On May 14, 1:08 am, satish wrote: > Hi Vikas, it does not type any thing since curs

[wtr-general] Re: How to move the cursor to starting point in a masked text_field.

2009-05-13 Thread satish
Hi Vikas, it does not type any thing since cursor is all the way to the end. I can see it is trying to type at the end one letter at a time. But we want to start typing from the begining.. any thoughts on that.? Thanks Satish. On May 13, 3:52 pm, Vicky Goyal wrote: > as you say > if you have to

[wtr-general] Re: How to move the cursor to starting point in a masked text_field.

2009-05-13 Thread Vicky Goyal
as you say if you have to set number as 123456789 it s typing as 1 2 3 4

[wtr-general] Re: How to move the cursor to starting point in a masked text_field.

2009-05-13 Thread satish
Sure I can, but I am not sure how to upload the picture here. Is there a way to do it.? Our site can not be accessed from out side. sorry.. Thanks Satish. On May 13, 3:39 pm, Željko Filipin wrote: > On Wed, May 13, 2009 at 8:54 PM, satish wrote: > > I have a text field which has phone number m

[wtr-general] Re: How to move the cursor to starting point in a masked text_field.

2009-05-13 Thread Željko Filipin
On Wed, May 13, 2009 at 8:54 PM, satish wrote: > I have a text field which has phone number mask "(___) ___-". I have never seen something like that. Can you share a screen shot or link to the page? Željko --~--~-~--~~~---~--~~ You received this message becau