Open
Bug 373318
Opened 19 years ago
Updated 3 years ago
ability to ignore certain child elements for size computation
Categories
(Core :: XUL, enhancement)
Core
XUL
Tracking
()
NEW
People
(Reporter: eyalroz1, Unassigned)
Details
I would like to be able to have a XUL element ignore some of its children when computing its desired size.
Motivating example: You have a vbox with a label and a couple of buttons, both with not-so-long text. The label, though, has a lot of blurb. Obviously you don't want the vbox' width to be determined by the label. Currently it seems the way to do this is to specify explicitly the width of the label or of the vbox, which is not so elegant IMHO.
Comment 1•19 years ago
|
||
And how would you "elegantly" ignore the natural width of the label?
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•