Input fields glitch in IE5 Mac
CrowChick - February 27, 2006 - 15:31
| Project: | Sands |
| Version: | 4.6.x-1.x-dev |
| Component: | Rendering issues |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have a user who is complaining that the input fields in IE5 on her Mac aren't showing properly (she described them as being replaced by lines). She has to copy and paste to submit content.

#1
I do not have access to MSIE5 for Mac, so a fix for this from me is going to take a while...
If you don't mind, could you try systematically removing the CSS rules for textarea around line 450 in layout.css:
textarea {font-size: 1em;
}
and from colors.css around 200:
input, textarea, select {
border: 1px silver inset;
}
input[type="submit"] {
border: 2px #369 outset;
background-color: #369;
color: white;
}
input[type="text"], textarea, input.form-password {
padding: 3px;
}
These are the only rules that have to do with form elements. Hopefully one of these is it.