Closed
Bug 24019
Opened 26 years ago
Closed 26 years ago
Compose window size is not remembered
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: scalkins, Assigned: Brade)
Details
All platforms:
Win build 2000-01-12-11 M13 (NT)
Linux 2000-01-11-10 M13 (RH 6.0)
Mac 2000-01-12-08 M13 (Mac OS 8.6)
Steps to reproduce:
1) Launch Seamonkey.
2) Open the Composer component via the Tasks menu.
3) Resize Compose window so it's very tiny, very
slim, etc...such that you would notice if the change "took".
4)Either:
a)Close the components window by dismissing it's window (i.e. via
File -->Close, or clicking on the X in upper right corner of window)or
b)Exit Seamonkey via File-->Quit
5)a)If you simply closed the component window, reopen it via the Tasks menu.
b)If you closed seamonkey, relaunch Seamonkey and open the same components to
see if the window sizes are the same.
Expected results: Window sizes stay at the changed size when Compose is
re-opened.
Actual results:
Composer window size resets to defaults.
Updated•26 years ago
|
Target Milestone: M14
Comment 1•26 years ago
|
||
assigning this to brade for debugging -- reassign as appropriate
| Assignee | ||
Comment 3•26 years ago
|
||
Here is the diff for this fix:
Index: editor.xul
===================================================================
RCS file: /cvsroot/mozilla/editor/ui/composer/content/editor.xul,v
retrieving revision 1.19
diff -c -3 -r1.19 editor.xul
*** editor.xul 2000/01/24 15:30:04 1.19
--- editor.xul 2000/01/24 22:16:04
***************
*** 42,48 ****
titlemenuseparator="&editorWindow.titlemodifiermenuseparator;"
windowtype="composer:html"
align="vertical"
! width="640" height="480">
<html:script language="JavaScript"
src="chrome://editor/content/EditorCommands.js"/>
<html:script language="JavaScript"
src="chrome://editor/content/EditorCommandsDebug.js"/>
--- 42,51 ----
titlemenuseparator="&editorWindow.titlemodifiermenuseparator;"
windowtype="composer:html"
align="vertical"
! width="640" height="480"
! screenX="10" screenY="10"
! persist="screenX screenY width height"
! >
<html:script language="JavaScript"
src="chrome://editor/content/EditorCommands.js"/>
<html:script language="JavaScript"
src="chrome://editor/content/EditorCommandsDebug.js"/>
| Assignee | ||
Comment 4•26 years ago
|
||
fixed; should be in today's builds
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•