For some reason, the password fields appear as blank (or white) characters in IE8 for the site I'm working on.
Both of these screenshots have a long password. Second, I highlighted it so you can see that it recognizes characters, they just look empty. I also turned on IE debugging tracing.
Full size - http://i.stack.imgur.com/hUd4I.png

Full size - http://i.stack.imgur.com/tOkn9.png

In other browsers, they display well. I've never seen anything like this before, no ideas?
HTML header:
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
Only custom CSS for inputs:
body, input, button, select, textarea { font-family: 'Open Sans' , sans-serif; font-size: 13px; }
css internet-explorer-8 twitter-bootstrap
Terry
source share