Closed
Bug 663886
Opened 13 years ago
Closed 12 years ago
Manual zoom reduction (85%) does not hold and returns to 100% with routine navigation within a website.
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.13
People
(Reporter: jcreillyjr54, Assigned: hhaamu)
Details
Attachments
(3 files, 1 obsolete file)
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20110608 Firefox/4.0.1 SeaMonkey/2.1
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20110608 Firefox/4.0.1 SeaMonkey/2.1
Manual screen size reduction (85%) does not hold and returns to 100% with routine navigation within a website (fuBar, ex.)
Reproducible: Always
Comment 1•13 years ago
|
||
Have you discussed this in our support forums yet?
Go to about:config
and filter for
browser.zoom.siteSpecific
Is it set to True?
Component: Page Info → General
QA Contact: page-info → general
Version: unspecified → SeaMonkey 2.1 Branch
No I have not discussed this in the Forums yet. Also, I experienced this identical problem at the time of a previous upgrade introduction. At that time I simply used another browser and apparently it was resolved in the meantime. I just checked the browser.zoom.siteSpecific setting as recommended and it is set to 'True'. Problem is still present and makes the operation of the new Seamonkey configuration unusable, however the previous version works fine. I would rather use the new, however.
Further testing now indicates the problem has been eliminated (at present) and reduction in screen size is holding in varying operations within the site. Thank you.
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Problem still exists when reduction is set at a non-preset position like 85% in this case. 75 and 90% preset choices hold OK.
Comment 5•13 years ago
|
||
Re-opening based on comment 4
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: WORKSFORME → ---
Looks like /toolkit.zoomManager.zoomValues/ defaults to:
.3,.5,.67,.8,.9,1,1.1,1.2,1.33,1.5,1.7,2,2.4,3
FF shows no zoom "value", only offers Zoom In or Zoom Out.
FF looks to be able to Zoom in/out to all of those values.
FF has no "Other (xxx%)" user-set zoom level (as SeaMonkey does).
SeaMonkey looks to use only a subset (or different, in the case of .75, or missing, 1.1 & others) of that data (though the default value is the same):
0.5,0.75,0.9,1,1.2,1.5,2.
Only for that particular set (though not necessarily "default") of values, is the value of /browser.content.full-zoom/ updated & retained.
Any other user selected value reverts back to the last set value (from browser.content.full-zoom) on that list.
Data Manager showing FF values retained.
(Actual shot only /shows/ that way as it updates, but not refreshes. In actuality there is only one value there.)
Comment 9•13 years ago
|
||
Related with bug 621823?
Comment 10•12 years ago
|
||
John, now that bug 621823 is fixed, do you still encounter the issue?
Assignee | ||
Comment 11•12 years ago
|
||
I can test this (assuming bug 621823 has landed on 2.9 -- I think it has)
browser.zoom.siteSpecific = true
browser.zoom.full = false
1. Setting zoom to 115% (a non-default value) zooms to that normally
2. The moment I load a new page (click a link) or change tab or navigate back/forth within the same domain, it resets the zoom to 100%
So yes, still reproducible.
Assignee | ||
Comment 12•12 years ago
|
||
If I zoom with the mouse wheel (with its 10% increments), the zoom is remembered. Only the View -> Text Zoom -> Other option is having trouble.
Assignee | ||
Comment 13•12 years ago
|
||
And if I set Other to 115%, and mouse wheel up to 125% and then back down, it remembers it properly. This definitely sounds like something is missing a hook.
Assignee | ||
Comment 14•12 years ago
|
||
setZoomOther() was missing a call to _applySettingToPref()
I moved it to FullZoom.setZoomOther() where the other four functions were.
Please note that this patch is completely untested. Would appreciate if someone could test it.
Assignee | ||
Comment 15•12 years ago
|
||
Attachment #640618 -
Attachment is obsolete: true
Comment 16•12 years ago
|
||
Comment on attachment 640623 [details] [diff] [review]
untested v2
Setting appropriate review flags, otherwise this patch will never make it into the codebase.
Attachment #640623 -
Flags: review?(neil)
Updated•12 years ago
|
Attachment #640623 -
Flags: review?(neil) → review+
Updated•12 years ago
|
Assignee | ||
Comment 18•12 years ago
|
||
(I do hope someone has tested this patch before it is checked in. I'm unable to test it currently.)
Comment 19•12 years ago
|
||
Pushed to comm-central:
http://hg.mozilla.org/comm-central/rev/d63b11ddcd55
Status: ASSIGNED → RESOLVED
Closed: 13 years ago → 12 years ago
Keywords: checkin-needed
OS: Windows XP → All
Hardware: x86 → All
Resolution: --- → FIXED
Summary: Manual screen size reduction (85%) stability → Manual zoom reduction (85%) does not hold and returns to 100% with routine navigation within a website.
Target Milestone: --- → seamonkey2.13
You need to log in
before you can comment on or make changes to this bug.
Description
•