Closed
Bug 243279
Opened 21 years ago
Closed 21 years ago
submit button 1px higher up in nightly than in release
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bugzilla, Unassigned)
References
()
Details
(Keywords: regression)
if you go to
http://gemal.dk/test/t4.html
you'll see very clearly that the submit button is 1px higher up than in the 0.8
release version of Mozilla Firefox
I see the same problem in nighly builds of Mozilla
20040510 on WinNT
Updated•21 years ago
|
Keywords: regression
![]() |
||
Comment 1•21 years ago
|
||
This "regressed" as a result of bug 231574.
Basically, you are taking two baseline-aligned things with paddings/borders
carefully tuned to align them correctly and changing the padding/borders/heights
without changing the alignment.
If you want them to align, you either need to carefully tune your new settings
or set bottom alignment or something.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•