Closed
Bug 276939
Opened 20 years ago
Closed 20 years ago
No Printing functionality in popup windows
Categories
(Firefox :: Menus, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 204519
People
(Reporter: junk, Assigned: bugzilla)
Details
New browser windows that are opened as a popup through javascript without a
toolbar or a menubar are missing the printing functionality in the contextual
menu (right mouse click on window content).
Popup windows like these are used for instance for product details, job details,
etc.
example of a non-printable popup window in javascript:
window.open('http://mozilla.org','sample','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=488,height=700,left=0,top=0');
Comment 1•20 years ago
|
||
CTRL+P ?
Comment 2•20 years ago
|
||
Seems to be the official answer (though "install the Print It! extension" is probably a better one). *** This bug has been marked as a duplicate of 204519 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•18 years ago
|
QA Contact: bugzilla → menus
You need to log in
before you can comment on or make changes to this bug.
Description
•