Closed
Bug 271774
Opened 20 years ago
Closed 20 years ago
Firefox Page Setup's "Shrink to fit page width" preference is not saved across sessions
Categories
(Toolkit :: Printing, defect)
Toolkit
Printing
Tracking
()
RESOLVED
FIXED
People
(Reporter: hao2lian.bugzilla, Assigned: rganesan)
Details
Attachments
(2 files)
|
1.88 KB,
patch
|
mconnor
:
first-review+
|
Details | Diff | Splinter Review |
|
1.87 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041103 Firefox/1.0RC2 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041103 Firefox/1.0RC2 There was a bug for this for Mozilla (Bug 147384), which covered all Page Setup settings. Indeed, Mozilla remembers the checkbox "Shrink to fit page width" across sessions whereas Firefox does not. The closest related bug I found to this was Bug 255346, which dealt with scale percentages. I'm assuming that this preference should be saved across sessions, seeing the other Page Setup preference remembering bugs. Aside: Mozilla has a "print.printer_name.print_shrink_to_fit" preference that is written to when the checkbox is changed. Firefox doesn't. Reproducible: Always Steps to Reproduce: 1. File -> Page Setup... -> Uncheck "Shrink to page width" -> OK 2. Restart Firefox. File -> Page Setup... Actual Results: "Shrink to page width" is checked. Expected Results: "Shrink to page width" should be unchecked.
Comment 1•20 years ago
|
||
I can reproduce this with Firefox 1.0 on Linux as well. -> Toolkit, printing, and confirming.
Assignee: firefox → nobody
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Product: Firefox → Toolkit
QA Contact: mconnor → nobody
Hardware: PC → All
Updated•20 years ago
|
Component: Preferences → Printing
I am attaching a patch for this. Can someone verify this please?
Attachment #167085 -
Flags: first-review?(mconnor)
Comment 3•20 years ago
|
||
Comment on attachment 167085 [details] [diff] [review] patch for this bug r=me for the printPageSetup.js part of the patch, the first bit was relanded by IanN about a week ago. one nit, please leave the blank line in place, just add the lines in question.
Attachment #167085 -
Flags: first-review?(mconnor) → first-review+
Updated•20 years ago
|
Assignee: nobody → rganesan
Comment 5•20 years ago
|
||
Checking in mozilla/toolkit/components/printing/content/printPageSetup.js; /cvsroot/mozilla/toolkit/components/printing/content/printPageSetup.js,v <-- printPageSetup.js new revision: 1.3; previous revision: 1.2 done
Comment 6•20 years ago
|
||
I guess I forgot to mark this as fixed after checking in.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•