Closed
Bug 32254
Opened 25 years ago
Closed 25 years ago
UMR: nsFormControlHelper::CalcNavQuirkSizing()
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
VERIFIED
FIXED
People
(Reporter: bruce, Assigned: rods)
Details
average = NSIntPixelsToTwips(average, p2t);
In that method, there's a large if statement that goes through varying possible
values for 'type'. It doesn't set the value for 'average' in all cases. It
should. Today's build, running viewer, loading http://www.hotwired.com/
(looking for a different bug).
Assignee | ||
Comment 1•25 years ago
|
||
initialized average to zero - fixed
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•