Closed
Bug 228604
Opened 22 years ago
Closed 22 years ago
print iframe content from body fails ( javascript)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Peter6, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031215 Firebird/0.7+ (Nova: SVG,MNG,DOMi,Venkman)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031215 Firebird/0.7+
<body>
<form>
<input type="button" onClick="frames[0].print();"><br>
<iframe src="content.html"></iframe>
</form>
</body>
Used to print the ONLY iframecontent in all FB versions until 20031208.
(This is my first update since 20031208).
Now instead, it prints the body and iframe on one page.
Reproducible: Always
Steps to Reproduce:
allways
Actual Results:
it prints the whole body (page)
Expected Results:
print only the iframe content
| Reporter | ||
Comment 1•22 years ago
|
||
the bug faded as quickly as it came.
It must have been a load error of some sort.
In the 20031216 build it works fine again
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•