Closed
Bug 290584
Opened 20 years ago
Closed 20 years ago
Column widths flip to zero when trying to resize them
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 290464
People
(Reporter: wsheets, Assigned: janv)
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050416
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050416
When trying to change the width of, e.g., the Date or Sender field, the width of
all the colums to the right of 'Subject' instantly shrink to zero and cannot be
restored to normal.
Reproducible: Always
Steps to Reproduce:
1.Open an email or news account and look at the list of messages
2.Try to change the width of the Date or Sender column
3.
Actual Results:
The Subject field instantly takes up the whole width of the pane and the rest of
the fields get squashed all the way to the right.
I notice that these abnormal settings get saved when I close the program.
I also notice that I can use an older version of Mozilla to restore the correct
settings.
Expected Results:
The width of the columns should be smoothly adjustable, as always.
Comment 1•20 years ago
|
||
This bug affects all resizable trees (DL Manager, bookmarks manager, etc)
This regressed between linux trunk 2005041405 and CVS 2005041423
With a debug build, I see a lot of:
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsTreeBodyFrame.cpp, line
1708
==> trees
Assignee: sspitzer → jan
Severity: major → critical
Status: UNCONFIRMED → NEW
Component: MailNews: Main Mail Window → XP Toolkit/Widgets: Trees
Ever confirmed: true
Keywords: regression
Product: Mozilla Application Suite → Core
Summary: [Regression] Column widths flip to zero when trying to resize them → Column widths flip to zero when trying to resize them
Version: unspecified → Trunk
Comment 2•20 years ago
|
||
hrm. actually, this is bug 290464
*** This bug has been marked as a duplicate of 290464 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•