Can't fill out forms on websites (optins, comments, etc.)
When I try to fill out email optin forms, or comments on certain blogs, I am unable to do so while using Firefox (like these sites: http://www.discovershareinspire.com/livehealthy and http://ww.trans-america.com) It won't let me fill in email address, name, etc.
Additional System Details
Installed Plug-ins
- Shockwave Flash 11.5 r502
- Version 3.13.1.11376
- Google Talk Plugin Video Accelerator version:0.1.44.23
- Displays Java applet content, or a placeholder if Java is not installed.
- Plugin that detects installed Citrix Online products (visit www.citrixonline.com).
- The QuickTime Plugin allows you to view a wide variety of multimedia content in web pages. For more information, visit the QuickTime Web site.
- 5.1.10411.0
- WebEx64 General Plugin Container Version 203
- The Google Earth Plugin allows you to view 3D imagery and terrain in your web browser.
- iPhoto6
- npmnqmp 071303000006
- The Flip4Mac WMV Plugin allows you to view Windows Media content using QuickTime.
Application
- User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:18.0) Gecko/20100101 Firefox/18.0
More Information
The input fields actually work, you only see nothing because they have a height of 0px.
The cause seems to be the padding-tp and padding bottom that have a 14px value.
Changing padding-top and padding-bottom to 0px makes the placeholder text show and makes the input fields work.
.ois_10 input[type="text"] {
padding-bottom: 14px;
padding-left: 7px;
padding-right: 7px;
padding-top: 14px;
}
