Closed
Bug 82840
Opened 24 years ago
Closed 23 years ago
need treecolgroups to have fixed="true" be as wide as the column header
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.1beta
People
(Reporter: sspitzer, Assigned: janv)
Details
(Whiteboard: [adt3])
Attachments
(1 file, 2 obsolete files)
9.74 KB,
patch
|
Bienvenu
:
review+
sspitzer
:
superreview+
scc
:
approval+
|
Details | Diff | Splinter Review |
need treecolgroups to have fixed="true" be as wide as the column header
several places in the UI (filters, subscribe, select folders for offline) we've
got a tree with two columns.
one of the columns contains text, the other is a column checkboxes or buttons.
the columns have labels, for example "Name" & "Subscribed" (where subscribed is
the column of checkboxes.)
a while ago, we set flex="1" on the first column and fixed="true" on the second
to get the right look. basically, the checkbox column was fixed, and the first
column took up all the possible space. but the fixed column was as wide as the
column header.
right now, the column is as wide as the checkbox (or button) so the header for
the fixed column is not visible.
the current work around is to do something like setting flex="5" on first
column and flex="1" on the second.
Comment 1•23 years ago
|
||
fixed by 110156 tree conversion work
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
OS: other → All
QA Contact: esther → stephend
Hardware: PC → All
http://lxr.mozilla.org/seamonkey/source/mailnews/base/resources/content/subscrib
e.xul
doesn't appear to have 'treecolgroups'. Note to self: Use the UI to verify.
Assignee | ||
Comment 3•23 years ago
|
||
We need to update our subscribe.xul
Reopening...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 5•23 years ago
|
||
also fixes 72513
Comment 7•23 years ago
|
||
Nav triage team: nsbeta1+/adt3
Reporter | ||
Comment 8•23 years ago
|
||
Comment on attachment 90968 [details] [diff] [review]
proposed fix
sr=sspitzer
Attachment #90968 -
Flags: superreview+
Comment 9•23 years ago
|
||
Comment on attachment 90968 [details] [diff] [review]
proposed fix
r=bienvenu
Attachment #90968 -
Flags: review+
Assignee | ||
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → mozilla1.1beta
Assignee | ||
Comment 10•23 years ago
|
||
just changed id attributes of treecols to new names to prevent possible
problems
with previously persisted width attributes in localstore.rdf.
Comment 11•23 years ago
|
||
Comment on attachment 91679 [details] [diff] [review]
slightly modified patch
r=bienvenu
Attachment #91679 -
Flags: review+
Assignee | ||
Comment 12•23 years ago
|
||
I'm a moron, sorry
Assignee | ||
Updated•23 years ago
|
Attachment #90968 -
Attachment is obsolete: true
Attachment #91679 -
Attachment is obsolete: true
Comment 13•23 years ago
|
||
Comment on attachment 91688 [details] [diff] [review]
final patch
r=bienvenu
Attachment #91688 -
Flags: review+
Comment 14•23 years ago
|
||
Comment on attachment 91688 [details] [diff] [review]
final patch
infering sr= from previous patch, since this is a fairly mechanical fix.
a=scc for checkin to the mozilla trunk
Attachment #91688 -
Flags: approval+
Assignee | ||
Comment 15•23 years ago
|
||
fixed, thanks!
Status: ASSIGNED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 16•23 years ago
|
||
Comment on attachment 91688 [details] [diff] [review]
final patch
sr=sspitzer
Attachment #91688 -
Flags: superreview+
I've checked both Modern and Classic on the following builds/platforms:
Mac OS X / OS 9.2 - 2002-09-05-08
Windows 2000 - 2002-09-05-11
RedHat Linux 7.3 - 2002-09-05-08
As far as I can tell, this was a fix I wouldn't notice readily - IE, the fix is
to correct some 'band-aid' code that was implemented prior. The flex attribute
has gone from 5 to 1, some width attributes with 0 have been removed, and the
persist=width has also been removed.
Please do correct me if I've misunderstood.
VERIFIED FIXED
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•