Closed
Bug 85128
Opened 23 years ago
Closed 23 years ago
Printing don't work for PHP output
Categories
(Core :: Printing: Output, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: trever, Assigned: neeti)
References
Details
Attachments
(2 files)
I have found that any script/cgi program (PHP or not) that requires a POST (not
get) login has problems with Mozilla. I cannot print the page or the SaveAs
because it will show the login page in those instead. This may be related to my
other bug of 85127.
Maybe a dup.
Assignee: gordon → neeti
Component: Networking: Cache → Networking: HTTP
QA Contact: tever → benc
This bug is actually several bugs. Jeese seems to be good at commenting on these
mulit-bug problems,
Comment 3•23 years ago
|
||
Save As reloads from network is bug 84106.
I don't see a bug for printing, so moving this bug to printing and making it
depend on bug 40867.
Component: Networking: HTTP → Printing
Summary: Print and SaveAs don't work for PHP output → Printing don't work for PHP output
Comment 4•23 years ago
|
||
Doesn't printing just take the existing DOM and re-run a slightly different
layout if the page?
This should not require server access, unlike the other bugs dependent on bug
40867, where we actually need the source of the page.
Trever Adams, is there a publicly accessible page where this bug can be seen? I
just tried printing the result of a POST request (go to
http://www.zbarsky.org/~bzbarsky/sourcetest.html, submit the form, and print the
result) and it works correctly -- the page is printed with the POST data and all.
Reporter | ||
Comment 5•23 years ago
|
||
I believe this works now. I am away from home on vacation and I can't even test
the old test cases. Some of the problems that I thought were related (and have
since been fixed) are indeed ok now. Mark fixed? View source still doesn't
work right, printing (on my private test case at work (Sorry can't open it up))
works just fine, and it used to not... so I would say this has been fixed now.
Again, view source still doesn't... bziped postscript of the page that should
show attached and text of viewsource attached.
Reporter | ||
Comment 6•23 years ago
|
||
Reporter | ||
Comment 7•23 years ago
|
||
Reporter | ||
Comment 8•23 years ago
|
||
Sorry, that postscript print output is correct.
Comment 9•23 years ago
|
||
resolving worksforme.
view-source being wrong is bug 55583
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•