Active
Project:
Corolla
Version:
7.x-1.21
Component:
Design
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2011 at 21:10 UTC
Updated:
22 Apr 2011 at 11:15 UTC
When I create a standard webform, the height of the textfields does not accomodate the text and it is difficult to even type in text. The text I entered was from autocomplete when I tested it in Seven to see if it worked there and it did. I checked the css files and I couldn't find a clear way to correct this. Here is a screenshot to show you what I mean.
| Comment | File | Size | Author |
|---|---|---|---|
| Screen shot 2011-03-12 at 1.01.33 PM.png | 20.11 KB | Seph |
Comments
Comment #1
Seph commentedI just found the conflict. In Corolla's base CSS, the CSS3 attribute box-sizing is used to determine the size of the text boxes. Adding custom CSS to correct the shrinking of the text boxes causes a conflict somehow with Firefox and makes you unable to enter anything into the boxes if you are using the arrange fields module. Deleting the box-sizing attribute corrects the box sizing, but I'm still having issues with the text. The top and bottom of the text is cut off.