manhcodedao / jquery-watermark

Automatically exported from code.google.com/p/jquery-watermark
0 stars 0 forks source link

IE only: type=password. When focus on input, the ..... shows instead of black #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Only IE only, on an type=password input field 
2.  Click to focus on the text-field

What is the expected output? What do you see instead?
Expected: See blank when focus on text-field
Actual: You will see "......" instead

What version of the product are you using? On what operating system?
3.1.4.  Windows 7 on IE9

Please provide any additional information below.

Original issue reported on code.google.com by jst...@gmail.com on 11 Dec 2012 at 2:02

GoogleCodeExporter commented 8 years ago
Title had a typo, should say "blank" instead of "black"

IE only: type=password. When focus on input, the ..... shows instead of blank

Original comment by jst...@gmail.com on 11 Dec 2012 at 2:03

GoogleCodeExporter commented 8 years ago
Actually, ignore this bug.  The password field was hidden, then I showed it, 
this probably caused the issue.
I explicitly set the password to "" just before showing it, and then the 
problem goes away.

Original comment by jst...@gmail.com on 11 Dec 2012 at 2:41