trooprr / jquery-watermark

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

Watermark is appearing in bold text when applied to a password input type #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Assign watermark to password input type in same manner as all others
2.
3.

What is the expected output? What do you see instead?
Expected the watermark text to appear the same as it does on all the other text 
fields

What version of the product are you using? On what operating system?
Version 3.13 on Windows 7 with IE9

Please provide any additional information below.
There is no CSS styling applied to the text input fields. All positioning is 
managed through parent LI tags.

Any help would be great

Original issue reported on code.google.com by philjame...@gmail.com on 20 Sep 2011 at 4:15

GoogleCodeExporter commented 8 years ago
Use the IE9's built-in F12 Developer Tools to examine the CSS styling rules 
that are being applied to your password element.  Keep in mind that when you 
see a watermark being displayed there, you are no longer looking at a 
password-type element, your are looking at a text-type element, so be sure you 
have not accidentally styled text-type elements with the bold text.

You should be defining a class name for the watermark, and overriding any 
undesired styles using that class name in your style sheet.

Original comment by t...@speednet.biz on 20 Sep 2011 at 5:35