Closed
Bug 11714
Opened 26 years ago
Closed 26 years ago
[Tree][Feature] Ability to set visible rows in a tree
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
RESOLVED
FIXED
M14
People
(Reporter: hangas, Assigned: hyatt)
References
Details
It would be very useful to be able to se the number of rows in a tree. The
height of each row might even be set to the height of the first row.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
Updated•26 years ago
|
Target Milestone: M11 → M14
Comment 1•26 years ago
|
||
moving to m14
Comment 2•26 years ago
|
||
Could you go into more detail about what this means and where it would be used?
Comment 3•26 years ago
|
||
We need to be able to fix the height of the addressing widget tree to a specific number of rows and not in em
(lineheight) like we do today in addressingWidgetOverlay.xul:
<tree id="addressingWidgetTree"
class="addressingWidget"
style=height:5em" <-- kind of hardcoded height, we need to say how many rows we need instead!
onclick="awClickRow();">
Like that we will not have anymore row partially cut!
Updated•26 years ago
|
Assignee: hyatt → alecf
Status: ASSIGNED → NEW
Comment 4•26 years ago
|
||
taking this bug
Updated•26 years ago
|
Status: NEW → ASSIGNED
Summary: [Feature] Add ability to set the number of rows in a tree → [Feature] Ability to set visible rows in a tree
Updated•26 years ago
|
Summary: [Feature] Ability to set visible rows in a tree → [Tree][Feature] Ability to set visible rows in a tree
Comment 5•26 years ago
|
||
Adding [Tree] to summary
Comment 6•26 years ago
|
||
giving me rest of phillips open qa contact bugs, sorry for spam
Updated•26 years ago
|
Target Milestone: M14 → M16
Updated•26 years ago
|
Assignee: alecf → hyatt
Status: ASSIGNED → NEW
Comment 7•26 years ago
|
||
reassigning tree bugs back to hyatt. this bug may even already be fixed. It
would be great if the QA contact here could verify this bug is still broken.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M16 → M14
Assignee | ||
Comment 8•26 years ago
|
||
I nearly have this working, and I think it's important for the mailcompose
widget.
Pulling back in.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 9•26 years ago
|
||
This is done. I converted the mailcompose window to use a fixed row height of
three rows.
Comment 10•26 years ago
|
||
great, Thanks
Assignee | ||
Comment 11•26 years ago
|
||
Also, about the problem where Ender fields don't shrink... I've been repeatedly
waffling over whether the treecell should be a block or a box. When it's a box,
you need flex="1", but I just changed it back to block again, which means you
need a width of 100% (set through style) on the text fields.
Comment 12•25 years ago
|
||
please ignore, massive spam giving jrgm@netscape.com backlog of XPToolkits
resolved fixed bugs to verify
QA Contact: paulmac → jrgm
You need to log in
before you can comment on or make changes to this bug.
Description
•