Closed
Bug 428493
Opened 17 years ago
Closed 17 years ago
Applying any padding css style on an <input> tag is completely ignored, rendering the page incorrectly
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: darren, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5
Getting several people in different environments to test this shows that with FFb5 and Vista, the padding css styles are completely ignored on input tags.
Versions < FFb5 works fine.
Mac OS Leopard, Linux, XP works fine.
Reproducible: Always
Steps to Reproduce:
1. Navigate to a page with '<input type="text" style="padding-top:50px;" />' in.
Actual Results:
No padding was added to the input object.
Expected Results:
A huge padding of 50px at the top of the input object.
This is a bug that has been fixed for the final release of Firefox 3. Thanks for reporting anyway :)
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•