Closed
Bug 71307
Opened 24 years ago
Closed 24 years ago
unable to print forms with entered data
Categories
(Core :: Printing: Output, defect)
Tracking
()
People
(Reporter: joerg_schuetter, Assigned: dcone)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.1 i686; en-US; 0.8.1) Gecko/20010307
BuildID: 20010307
On this page we manage the accounts for uuremote. After entering the data we
normaly print them on a printer. But with Mozilla the fields where I entered the
data are not printed.
I'm sorry but the page is password protected, so you can't enter the page. I'll
try to paste the html-file in "Additional Information". It doesn't matter if I
read the file online or from disk.
Reproducible: Always
Steps to Reproduce:
1.retry to print
2.retry to print
3.retry to print
Actual Results: Fields are still empty
Expected Results: Values should have been printed.
<html>
<head>
<title>UUdial Corporate functions</title>
<link rel="stylesheet" type="text/css" href="/cadi/images/cadi.css" title="cadi">
</head>
<body bgcolor=#ffffff link=#ff6600 vlink=#ff6600 alink=#ff6600 text=#000000
leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>
<table border=0 cellspacing=0 cellpadding=0 leftmargin=0 topmargin=0
marginheight=0 marginwidth=0 width=800>
<tr>
<td colspan=2>
<img src="/cadi/images/en/arc_800_corporate.gif" width=800 height=117
alt="UUnet" border=0 hspace=0 vspace=0>
</td>
</tr>
<tr>
<td width=126 valign=top>
<table>
</colgroup>
<tr>
<td colspan="2">
<hr>
</td>
</tr>
<tr>
<td>
</td>
<td>
<span class=tinyWHITE>UUdial Corporate order number</span><br>
<span class=mediumWHITE>123456<br>
C<wbr>o<wbr>m<wbr>p<wbr>a<wbr>n<wbr>y
</span>
</td>
</tr>
<tr>
<td colspan="2">
<hr>
</td>
</tr>
<tr>
<td colspan="2">
<span class=mediumWHITE>Administration</span>
</td> </tr>
<tr>
<td>
</td>
<td><A HREF="/cadi?Command=DisplayData" class=menu>Edit accounts</A><br>
<A HREF="/cadi?Command=URNew" class=menu>New accounts</A><br>
<A HREF=/cadi?Command=URZones class=menu>Access zones</A><br>
<A HREF="/cadi?Command=URAdmin" class=menu>Administrator access</A><br>
</td>
</tr>
<tr>
<td colspan="2">
<span class=mediumWHITE>Report</span>
</td>
</tr>
<tr>
<td>
</td>
<td><A HREF="/cadi?Command=URStatform" class=menu>Online statistics</A><br>
<A HREF="/cadi?Command=URSessLogForm" class=menu>Record of use</A><br>
<A HREF="/cadi/accounts.tsv?Command=URAccountList.out"
class=menu>Account list</A><br>
</td>
</tr>
<tr>
<td colspan="2">
<span class=mediumWHITE>Information</span>
</td>
</tr>
<tr>
<td>
</td>
<td><A HREF="/cadi?Command=Help.html" class=menu>Help</A><br>
<A HREF="/cadi?Command=uurorder.html" class=menu>Change order</A>
<br> <br>
<A HREF="/cadi?Command=Logout" class=menu><font color=#ffffff>End
session</font></A><br>
</td>
</tr>
</table>
</td>
<td align=center valign=top>
<form action=/cadi method=POST>
<p align=center><span class=intro>Edit account 118 </span></p>
<table border=1 cellspacing=0 cellpadding=2 width=630>
<tr>
<td bgcolor=#e5e5e5 width=160><a
href="/cadi?Command=HelpEditAccounts.html#Nr" class=caption>No.</a></td>
<td>118</td>
</tr>
<tr>
<td bgcolor=#e5e5e5><a href="/cadi?Command=HelpEditAccounts.html#Login"
class=caption>PPP login</a></td>
<td>ur123456.118@uuremote.de</td>
</tr>
<tr>
<td bgcolor=#e5e5e5><a href="/cadi?Command=HelpEditAccounts.html#passwd"
class=caption>Password</a></td>
<td><input type=text name=118p value="xyzxyzxyzxyz" maxlength=32></td>
</tr>
<tr>
<td bgcolor=#e5e5e5><a href="/cadi?Command=HelpEditAccounts.html#Comment"
class=caption>Comment</a></td>
<td><input type=text name=118c value="Hr. L. Müller" maxlength=64></td>
</tr>
<tr> <td bgcolor=#e5e5e5><a href="/cadi?Command=HelpEditAccounts.html#Akt"
class=caption>Active</a></td>
<td> <input type=checkbox name=118a checked></td>
</tr>
<tr><td bgcolor=#e5e5e5><a href="/cadi?Command=HelpEditAccounts.html#Zone"
class=caption>Access zone</a></td><td><select name=118z size=1><option value=0
selected>Open<option value="1">Company</select></td>
</table>
<br>
<table border=0 cellspacing=0 cellpadding=0 width=630>
<tr>
<td align=left><input type=submit value="Execute changes" class=button></td>
<td align=right><input type=reset value="Reject changes" class=button></td>
</tr>
</table>
<br>
<input type=hidden name=Account value=118>
<input type=hidden name=Command value=EditSingle>
</form>
</td>
</tr>
</table>
</body>
</html>
Comment 1•24 years ago
|
||
This is dup of bug 24406 (which should get reopened).
Jörg, if you provide HTML testcases (which is a good thing), please attach them
instead of posting the source. Then we don't have to copy'n'paste the source
into a new file in order to see the output.
Thanks for helping making Mozilla better!
*** This bug has been marked as a duplicate of 24406 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•