Closed
Bug 21293
Opened 25 years ago
Closed 25 years ago
HTML button and textfield print very big
Categories
(Core :: Printing: Output, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: shrir, Assigned: rods)
Details
I used today's commercial build 1999120908 for windows.
Please cut and paste the following html code and save this as an html file on
your machine.
-----Begin---------------
<HTML>
<FORM method="get" action="xyz">
<FONT FACE="Helvetica">Didn't find what you were looking for here?</FONT><BR>
<INPUT TYPe=text NAME="qt" SIZE=22 VALUE="" MAXLENGTH=20><br><br>
<INPUT TYPE=submit value="Search Here">
</FORM>
<FORM method="get" action="xyz">
<FONT FACE="Helvetica">Didn't find what you were looking for here?</FONT><BR>
<INPUT TYPe=text NAME="qt" SIZE=22 VALUE="" MAXLENGTH=20><br><br>
</FORM>
<FORM method="get" action="xyz">
<INPUT TYPE=submit value="Search Here">
</FORM>
</HTML>
-------End-----------------------------
Open this file in mozilla.
Observe that the textfields and button appear properly.
Try printing the page.
I see that the textfield and button print very big in size and take the whole
width of the page. This same page prints properly in 4.7
Updated•25 years ago
|
Assignee: dcone → rods
Summary: HTML button and textfield print very big → HTML button and textfield print very big
Comment 1•25 years ago
|
||
Worked with Rod, we fixed it...
Temporarily this goes to Rod to sign off when the fix is checked in...
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
fixed
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 3•25 years ago
|
||
Marking Verified/Fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•