Letters Peeking in Password Textbox with Windows Phone 8

vignesh tr

New member
Apr 3, 2013
2
0
0
Visit site
Hi..I am using Miscrosoft MVC HTML password helper in windows phone 8 with jQuery validation as in following code snippets.

@Html.PasswordFor(m => m.Password)

But while typing, the letters getting peeked after the jQuery validation happens for the textboxes as below.

Could anyone please help me on this ?

wp_ss_20130403_0007.png

Thanks,
Vignesh
 

ImmortalWarrior

New member
Apr 30, 2011
523
0
0
Visit site
This should be in the developer forums, but there are several possibilities. It could be any of these:

1.) a bug with WP8 - doubt it
2.) a bug with the emulator - try and run it on a device
3.) server side asp (should be easy to debug)
4.) JS is manipulating the DOM in such a way that this is happening. This could be browser dependent.

I'd suspect it's something to do with the javascript.
 

vignesh tr

New member
Apr 3, 2013
2
0
0
Visit site
Thanks for the response.
I have tried the same in device too, the same happening there. The letter in the textbox is getting visible by blinking every time we supposed to type or delete anything in the textbox. This is occuring after when jQuery validation happens on that particular textbox.
Thanks,
Vignesh
 

ImmortalWarrior

New member
Apr 30, 2011
523
0
0
Visit site
If it's occurring after jQuery then something is being altered in the rendering engine or with the related DOM object. Try a different version of jQuery, then try writing the validation without jQuery by using your own JavaScript.
 

Members online

Forum statistics

Threads
323,252
Messages
2,243,523
Members
428,049
Latest member
velocityxs