Closed Bug 224830 Opened 22 years ago Closed 21 years ago

print button in print dialog window not responsive, or can't print

Categories

(Firefox :: Settings UI, defect)

Other
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: bpm, Assigned: bugzilla)

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6a) Gecko/20031104 Firebird/0.7+ Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6a) Gecko/20031104 Firebird/0.7+ Can not print. The print dialog print button does nothing. Only cancel works Reproducible: Always Steps to Reproduce: 1.^p or File->Print 2.just try to click on the 'print' button 3. Actual Results: nothing Expected Results: print the document The default pref 'print.save_printer_settings' is missing. This patch to ./browser/app/profile/all.js fixes the problem shaka: diff -wruN all.js~ all.js --- all.js~ 2003-11-01 19:21:41.000000000 -0600 +++ all.js 2003-11-05 15:23:49.000000000 -0600 @@ -209,6 +209,7 @@ pref("print.print_footerleft", "&PT"); pref("print.print_footercenter", ""); pref("print.print_footerright", "&D"); +pref("print.save_print_settings", true); pref("print.show_print_progress", true); // This indicates whether it should use the native dialog or the XP Dialog50
How is this preferences? ->General
Component: Preferences → General
this is completely a preferences bug :) this should be fixed in current nightlies, as we inherit from the all.js in libpref, and the settings in firefox.js are specific to Firebird. Resolving FIXED based on bsmedsberg and steffen's work to make this work properly
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Component: General → Preferences
Resolution: --- → FIXED
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs, filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → preferences
You need to log in before you can comment on or make changes to this bug.