Closed
      
        Bug 131959
      
      
        Opened 23 years ago
          Closed 21 years ago
      
        
    
  
Compose -> "Select Addresses" should remember user-selected Size & Position
Categories
(SeaMonkey :: MailNews: Address Book & Contacts, defect)
        SeaMonkey
          
        
        
      
        
    
        MailNews: Address Book & Contacts
          
        
        
      
        
    Tracking
(Not tracked)
        RESOLVED
        FIXED
        
    
  
        
            mozilla1.6beta
        
    
  
People
(Reporter: Peter, Assigned: Stefan.Borggraefe)
References
Details
Attachments
(1 file)
| 3.81 KB,
          patch         | neil
:
              
              review+ bzbarsky
:
              
              superreview+ | Details | Diff | Splinter Review | 
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.
| Reporter | ||
| Updated•23 years ago
           | 
Keywords: mozilla1.0
| Reporter | ||
| Updated•23 years ago
           | 
Summary: Compose -> Select Addresses should remember user-selected Size & Position → Compose -> "Select Addresses" should remember user-selected Size & Position
|   | ||
| Comment 1•23 years ago
           | ||
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
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.
|   | ||
| Updated•22 years ago
           | 
QA Contact: olgam → nbaca
|   | ||
| Comment 5•22 years ago
           | ||
*** Bug 139046 has been marked as a duplicate of this bug. ***
| Reporter | ||
| Updated•22 years ago
           | 
|   | Assignee | |
| Comment 7•21 years ago
           | ||
Taking bug since I have a patch to fix this.
Assignee: sspitzer → borggraefe
Blocks: RememberPosition
Severity: normal → minor
Target Milestone: --- → mozilla1.6beta
|   | Assignee | |
| Comment 8•21 years ago
           | ||
Note: this patch also fixes the JavaScript strict warning this dialog causes
and changes some tabs to space.
|   | Assignee | |
| Updated•21 years ago
           | 
        Attachment #134649 -
        Flags: review?(neil.parkwaycc.co.uk)
| Comment 9•21 years ago
           | ||
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+
|   | Assignee | |
| Comment 10•21 years ago
           | ||
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)
|   | Assignee | |
| Updated•21 years ago
           | 
        Attachment #134649 -
        Flags: superreview?(bienvenu) → superreview?(sspitzer)
|   | Assignee | |
| Updated•21 years ago
           | 
        Attachment #134649 -
        Flags: superreview?(sspitzer) → superreview?(bz-vacation)
|   | ||
| Comment 11•21 years ago
           | ||
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+
|   | ||
| Comment 12•21 years ago
           | ||
Checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
| Updated•20 years ago
           | 
Product: Browser → Seamonkey
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•