Closed
Bug 78489
Opened 25 years ago
Closed 25 years ago
No text zoom menu in 3pane/alt-3 pane layout, in most cases
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: neil, Assigned: bugzilla)
Details
JavaScript error:
chrome://communicator/content/viewZoomOverlay.js line 49: this.bundle has no
properties
The stringbundles aren't getting loaded into the alternate layout.
Since Blake Ross is CVS blamed for it I'm assigning this to him.
Index: mail3PaneWindowVertLayout.xul
===================================================================
RCS file: /cvsroot/mozilla/mailnews/base/resources/content/mail3PaneWindowVertLa
yout.xul,v
retrieving revision 1.53
diff -u -r1.53 mail3PaneWindowVertLayout.xul
--- mail3PaneWindowVertLayout.xul 2001/05/02 02:37:18 1.53
+++ mail3PaneWindowVertLayout.xul 2001/05/02 11:30:53
@@ -51,7 +51,7 @@
persist="width height screenX screenY sizemode"
windowtype="mail:3pane">
-<stringbundleset id="stringbundleset">
+<stringbundleset id="mailStringBundles">
<stringbundle id="bundle_messenger" src="chrome://messenger/locale/messenger.
properties"/>
<stringbundle id="bundle_brand" src="chrome://global/locale/brand.properties"
/>
</stringbundleset>
Comment 1•25 years ago
|
||
The following is copied from bug# 75622:
>Additional Information on View|Text Size menu item:
>WinMe/Linux, 3pane: OK
>WinMe/Linux, Alt-3pane: Not present
>Mac, 3pane: Not present, only double lines
>Mac, Alt-3pane: Not present, only double lines
Changing summary from "No text zoom menu in alternate 3 pane layout" to "No text
zoom menu in 3pane/alt-3 pane layout, in most cases"
Keywords: nsbeta1
Summary: No text zoom menu in alternate 3 pane layout → No text zoom menu in 3pane/alt-3 pane layout, in most cases
| Assignee | ||
Comment 2•25 years ago
|
||
I see the text zoom menu now, in both layouts, all the time. Anyone else?
Comment 3•25 years ago
|
||
Build 2001-06-15-04: WinMe, wfm.
Build 2001-06-15-06: Linux RH 6.2, wfm.
I don't see the text zoom menu item on the mac but that's being tracked in a
different bug. Marking this one as Worksforme.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•