Closed
Bug 243527
Opened 21 years ago
Closed 7 years ago
print preview on a page with meta refresh puts firefox in an unusable state
Categories
(Core :: Print Preview, defect)
Core
Print Preview
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ifreecarve, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: helpwanted)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
if you try to print preview on a page that has meta refresh, the page will (on
refresh) become de-paginated, and the "close" button will no longer work. any
tabs you have open are inaccessible, and you have to just close the entire window.
Reproducible: Always
Steps to Reproduce:
save the following as "test.html" and open it. then try to print-preview and
wait 5 seconds.
<html>
<head><title>print-preview killer</title>
<meta http-equiv="Refresh" content="5; URL=test.html">
</head>
<body>
go ahead, just try to print-preview me
</body>
</html>
Actual Results:
page switches from paginated layout to normal layout, close button doesn't
return you to regular browsing.
Expected Results:
print preview should never meta refresh!!
Comment 1•21 years ago
|
||
Bug 126719 is about that F5 and ctrl + r works in print preview. Not sure if
this is a dupe to that one though.
Assignee: firefox → core.printing
Component: General → Print Preview
Product: Firefox → Browser
Version: unspecified → Trunk
Comment 2•21 years ago
|
||
This isn't a dupe; preview should suspend or cancel the refresh timers....
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: helpwanted
OS: Windows 2000 → All
Hardware: PC → All
Comment 3•20 years ago
|
||
*** Bug 247014 has been marked as a duplicate of this bug. ***
Comment 4•20 years ago
|
||
Duplicate of bug #249919.
Making this bug depend on bug 268316. Disabling meta-refresh would be second
step after not letting manual refreshes screw things up.
Depends on: 268316
Updated•15 years ago
|
Assignee: printing → nobody
QA Contact: printing
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•