Closed Bug 131959 Opened 22 years ago Closed 21 years ago

Compose -> "Select Addresses" should remember user-selected Size & Position

Categories

(SeaMonkey :: MailNews: Address Book & Contacts, defect)

defect
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.6beta

People

(Reporter: Peter, Assigned: Stefan.Borggraefe)

References

Details

Attachments

(1 file)

Mozilla/5.0 (Windows; U; WinNT4.0; de-AT; rv:0.9.9+) Gecko/20020313

Compose -> Select Addresses should remember user-selected Size & Position

Since for me and maybe many other users the default size is way too small, I
constantly find myself resizing the *Select Addresses* windows to make the long
list of addresses better fit.

It would be very useful if the window remembered the new size across sessions.
Keywords: mozilla1.0
Summary: Compose -> Select Addresses should remember user-selected Size & Position → Compose -> "Select Addresses" should remember user-selected Size & Position
According to bug 89495 comment 36 the dialogue should be resizeable.

Marking NEW and CC'ing Shuehan (who coded the new dialogue).
Status: UNCONFIRMED → NEW
Ever confirmed: true
Setting QA Contact to Olga.
QA Contact: nbaca → olgam
To emphasize second part of the bug: Select Addresses dialog does not keep
changed location on the desktop.
Click on the title and drag SA from very right side to the middle of the
desktop. Close dialog. SA is located at the same default coordinate. ER: To keep
changes location in the previous session.
Also the dialog should have fixed minimum size, not allowing to make it too
small and not see buttons.
QA Contact: olgam → nbaca
*** Bug 139046 has been marked as a duplicate of this bug. ***
mass re-assign.
Assignee: racham → sspitzer
Taking bug since I have a patch to fix this.
Assignee: sspitzer → borggraefe
Severity: normal → minor
Target Milestone: --- → mozilla1.6beta
Attached patch FixSplinter Review
Note: this patch also fixes the JavaScript strict warning this dialog causes
and changes some tabs to space.
Attachment #134649 - Flags: review?(neil.parkwaycc.co.uk)
Comment on attachment 134649 [details] [diff] [review]
Fix

>-        width="680" height="480"
>+        style="width: 50em; height: 35em;"
Strange, this looks too tall to me, although the sums add up...

>-    for (i = rangeCount-1; i >= 0; --i)
>+    for (var i = rangeCount-1; i >= 0; --i)
Spaces around - would be nice.
Attachment #134649 - Flags: review?(neil.parkwaycc.co.uk) → review+
Comment on attachment 134649 [details] [diff] [review]
Fix

Yes, this dialog is huge, but I don't wanted to change this without a good
reason. At least one can see a lot of addresses with this initial size.
Attachment #134649 - Flags: superreview?(bienvenu)
Attachment #134649 - Flags: superreview?(bienvenu) → superreview?(sspitzer)
Attachment #134649 - Flags: superreview?(sspitzer) → superreview?(bz-vacation)
Comment on attachment 134649 [details] [diff] [review]
Fix

sr=bzbarsky.  Please ping me if you need this checked in.
Attachment #134649 - Flags: superreview?(bz-vacation) → superreview+
Checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: