Closed
Bug 211984
Opened 22 years ago
Closed 22 years ago
List of printers doesn't update in Mozilla on OS/2
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jblanco, Unassigned)
Details
(Keywords: fixed1.4.1)
Attachments
(1 file)
3.02 KB,
patch
|
mkaply
:
review+
|
Details | Diff | Splinter Review |
Mozilla doesn't reflect when a printer has been deleted or installed while the
browser is running. You can see the list of printers in the Print dialog. This
list doesn't update while the browser is running. You have to close the browser
entirely and restart for the list of printers to be updated.
Recreation scenario -
-Have no printers installed on computer
-Start mozilla
-Install a printer
-Click to print
Result - Mozilla says there's no printer. It should catch that there was a new
printer installed and bring up the print dialog.
Mozilla needs to refresh the print queue while running.
Reporter | ||
Comment 1•22 years ago
|
||
Added RefreshPrintQueue function that refreshes the list of printers and keeps
the current set job properties for existing printers. Gets called every time
EnumeratePrinters() does.
Comment 2•22 years ago
|
||
Comment on attachment 127190 [details] [diff] [review]
patch to refresh printer list
r=mkaply
Attachment #127190 -
Flags: review+
Comment 3•22 years ago
|
||
Fix checked in to trunk
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Keywords: fixed1.4.1
You need to log in
before you can comment on or make changes to this bug.
Description
•