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)

defect

Tracking

(Not tracked)

VERIFIED FIXED
mozilla1.1beta

People

(Reporter: sspitzer, Assigned: janv)

Details

(Whiteboard: [adt3])

Attachments

(1 file, 2 obsolete files)

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.
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
We need to update our subscribe.xul Reopening...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
taking
Assignee: sspitzer → varga
Status: REOPENED → NEW
Attached patch proposed fix (obsolete) — Splinter Review
also fixes 72513
nominating for buffy
Status: NEW → ASSIGNED
Keywords: nsbeta1
Nav triage team: nsbeta1+/adt3
Keywords: nsbeta1nsbeta1+
Whiteboard: [adt3]
Comment on attachment 90968 [details] [diff] [review] proposed fix sr=sspitzer
Attachment #90968 - Flags: superreview+
Comment on attachment 90968 [details] [diff] [review] proposed fix r=bienvenu
Attachment #90968 - Flags: review+
Priority: -- → P3
Target Milestone: --- → mozilla1.1beta
Attached patch slightly modified patch (obsolete) — Splinter Review
just changed id attributes of treecols to new names to prevent possible problems with previously persisted width attributes in localstore.rdf.
Comment on attachment 91679 [details] [diff] [review] slightly modified patch r=bienvenu
Attachment #91679 - Flags: review+
Attached patch final patchSplinter Review
I'm a moron, sorry
Attachment #90968 - Attachment is obsolete: true
Attachment #91679 - Attachment is obsolete: true
Comment on attachment 91688 [details] [diff] [review] final patch r=bienvenu
Attachment #91688 - Flags: review+
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+
fixed, thanks!
Status: ASSIGNED → RESOLVED
Closed: 23 years ago23 years ago
Resolution: --- → FIXED
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
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: