Closed Bug 281426 Opened 20 years ago Closed 17 years ago

box without "position" on stack with "overflow:hidden" ignores own size attributes and styles

Categories

(Core :: XUL, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: fireweasel, Unassigned)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050207
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050207

When a box without positioning attributes is attached to a stack that has
"overflow:hidden", its width and height is made equal to that of the stack
overriding all sizing attributes and styles, including CSS max-height & max-width.

I can't believe this is what's meant to happen, even in XUL's ludicrous and 
arbitrary sizing model. It certainly doesn't happen when a box is attached to
another box.

Reproducible: Always

Steps to Reproduce:
1.Load attatched testcase
2.Express amazement.
3.Cry.




Same behaviour in current firefox.
Originally we had <stack> which always stretched everything to fit, and
<bulletinboard> which used positioning attributes. Then someone decided to
amalgamate the two and treat positioned stack children as a special case.
This is an automated message, with ID "auto-resolve01".

This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.

While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.

If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.

The latest beta releases can be obtained from:
Firefox:     http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey:   http://www.mozilla.org/projects/seamonkey/
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
I can confirm this. Please change the resolution.

Is this by design after all? XULPlanet also says,
http://www.xulplanet.com/tutorials/xultu/bulletins.html
> The position of a child element may be specified by placing
> two attributes on the element. For the horizontal position,
> use the left attribute and for the vertical position, use the
> top attribute. If you don't put these attributes on a child of
> a stack, the child will stretch to fit the size of the stack.

Workaround: Put top="0" as an attribute.
Status: RESOLVED → UNCONFIRMED
Resolution: EXPIRED → ---
Yes, this is by design.  Though see bug 346189.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago17 years ago
Resolution: --- → INVALID
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.widgets
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: