Closed
Bug 442665
Opened 17 years ago
Closed 8 years ago
Firefox does not print form field values when printing a subset of available pages
Categories
(Core :: Printing: Output, defect)
Core
Printing: Output
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bugzilla, Unassigned)
Details
Attachments
(1 file)
|
752 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-GB; rv:1.9) Gecko/2008061004 Firefox/3.0
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-GB; rv:1.9) Gecko/2008061004 Firefox/3.0
Form fields are all blank if you select to print a subset of pages in a multi-page document
Reproducible: Always
Steps to Reproduce:
1. Create an HTML page long enough to break over several pages when printed
2. Add some input fields with preset values
3. Print, and select e.g. Pages: 2 to 2
Actual Results:
Form fields all appear blank
Expected Results:
Form fields print with values, as is the case when you print all the pages
The problem can be reproduced in this HTML file:
<html>
<body>
<input type="text" value="here is a value" style="display:block;margin-bottom: 800px">
<input type="text" value="here is a value" style="display:block;margin-bottom: 800px">
<input type="text" value="here is a value" style="display:block;margin-bottom: 800px">
</body>
</html>
| Reporter | ||
Updated•17 years ago
|
Severity: normal → major
Comment 1•17 years ago
|
||
I see this problem (with your example) only when I print "page 2 of
2" (not, for example, "page 1 of 1").
In FF3 I see it on both OS X and Linux.
On OS X I see it in both FF3 and FF2.
On Linux I only see it in FF3 (not FF2).
Component: General → Printing
OS: Mac OS X → All
Product: Firefox → Core
QA Contact: general → printing
Hardware: Macintosh → All
Updated•17 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•8 years ago
|
||
Updated•8 years ago
|
Attachment #8942175 -
Attachment mime type: text/plain → text/html
Comment 3•8 years ago
|
||
WFM on Mac and Ubuntu 17.04.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 4•8 years ago
|
||
Wow, apparently I submitted this 10 years ago. Nice to see that someone is pruning the far reaches of the bug database ;)
You need to log in
before you can comment on or make changes to this bug.
Description
•