Open Bug 238425 Opened 20 years ago Updated 2 years ago

Ability to keep thread pane (message list) size constant.

Categories

(Thunderbird :: Mail Window Front End, enhancement)

enhancement

Tracking

(Not tracked)

People

(Reporter: BijuMailList, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [patchlove])

Attachments

(7 files)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040310 Firefox/0.8.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040310 Firefox/0.8.0+

If we resize thunderbird application window the width/height of message list
pane will also get adjusted along with message pane, this is annoying.

I am attaching patch to correct this issue.

I am also providing a setting for this in preference window.
at Tools\Options...\General(Mail & Newgroupss)\General Settings
[ ] Resize only preview pane, when I resize main window



Reproducible: Always
Steps to Reproduce:
Attached file pref-mailnews.xul
Attached file pref-mailnews.dtd
Attached file mailWindow.js
Attachment #144599 - Attachment is patch: false
function setResizeOnlyPreview() in mailWindow.js should be called from the
routine that changes screen layout.


function setResizeOnlyPreview(){
 
  var e,status=false;
  try{
    status = Components.classes["@mozilla.org/preferences-service;1"]
              .getService(Components.interfaces.nsIPrefService)
               .getBranch("").getBoolPref("mailnews.resizeonlypreview"); 
  }catch(e){}

  document.getElementById('messagepanebox')
           .setAttribute('flex', status ? 9000 : 1);

  return status;
}

window.setTimeout("setResizeOnlyPreview()", 1000);
*** Bug 238422 has been marked as a duplicate of this bug. ***
Attached file fixedpanedemo.zip
This is an automated message, with ID "auto-resolve01".

This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.

While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.

If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.

The latest beta releases can be obtained from:
Firefox:     http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey:   http://www.mozilla.org/projects/seamonkey/
still an issue
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Ablitity to keep message list pane size constant. → Ability to keep thread pane (message list) size constant.
Severity: normal → enhancement
OS: Windows XP → All
Hardware: PC → All
Version: unspecified → Trunk
QA Contact: front-end
Biju, set flags on your patches for review.
Assignee: mscott → nobody
Whiteboard: [patchlove]
Blocks: tb-netbooks
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: