Closed
Bug 32155
Opened 25 years ago
Closed 6 months ago
Fix Stack z order
Categories
(Core :: XUL, defect, P5)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: eric, Unassigned)
References
Details
(Whiteboard: [nsbeta2-][nsbeta3-])
The stack widget was not finished and does not support z order. Stack needs to
implement this to support skins. Currently Aqua uses stack extensively.
Estimated time: 1 day
Reporter | ||
Updated•25 years ago
|
Summary: [feature] Fix Stack z order → [feature] Fix Stack z order 1 day
Comment 2•25 years ago
|
||
moving to m16
Summary: [feature] Fix Stack z order 1 day → [feature] Fix Stack z order
Whiteboard: 1 day
Target Milestone: M15 → M16
Comment 4•25 years ago
|
||
adding skins keyword, setting P1. need estimated landing date in status
whiteboard, not duration.
Keywords: skins
Priority: P3 → P1
Reporter | ||
Updated•25 years ago
|
Whiteboard: 1 day → 2 day 4/21/00
Reporter | ||
Updated•25 years ago
|
Whiteboard: 2 day 4/21/00 → 2 day 4/26/00
Comment 5•25 years ago
|
||
necessary feature is done, removing keyword. need updated description of what
exactly needs to be fixed.
Summary: [feature] Fix Stack z order → Fix Stack z order
Whiteboard: 2 day 4/26/00 → Need updated description of exactly what needs fixing.
Reporter | ||
Comment 6•25 years ago
|
||
1) If you place 2 views on top of each other in a stack. You can not click
through them to any content underneath.
2) Any content lower on the stack that has views will appear to be on top on
anything later in the stack both visually and mousewise. This is not what is
expected and will cause major problems when people start using views in stacks.
Examples are anything with opacity, splitters, or iframes.
Reporter | ||
Updated•25 years ago
|
Whiteboard: Need updated description of exactly what needs fixing.
Comment 7•25 years ago
|
||
nominating for nsbeta2. you can nsbeta2+ this, or wait for multiple bugs on
symptoms caused by this...
Keywords: nsbeta2
Comment 10•24 years ago
|
||
spoke with evaughan, this will take a lot of work and a lot of widespread changes
to fix. i really don't think a) the work will be done by mid-july and b) we want
to land such big changes before mid-july.
nominating for beta3, removing from beta2 radar, pushing to m21
Updated•24 years ago
|
Whiteboard: [nsbeta2-]
Comment 11•24 years ago
|
||
Why would we hold the release for this bug?
Comment 12•24 years ago
|
||
nsbeta3-, aqua can wait.
Whiteboard: [nsbeta2-] → [nsbeta2-][nsbeta3-]
Target Milestone: M21 → Future
Comment 13•24 years ago
|
||
I suspect this is caused by the same thing:
given the following xul:
<stack>
<vbox>
<box height="100"/>
<splitter height="10px"/>
<box height="100"/>
</vbox>
<bulletinboard>
<text top="100" value="this is a line of text"/>
</bulletinboard>
</stack>
the splitter hides the line of text, which should be visible.
Comment 17•24 years ago
|
||
*** Bug 70787 has been marked as a duplicate of this bug. ***
Updated•10 years ago
|
Target Milestone: mozilla1.1alpha → ---
Comment 18•6 years ago
|
||
Decreasing the priority as no update for the last 2 years on this bug.
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage
about the priority meaning.
Priority: P1 → P5
Comment 19•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: eric → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
Comment 20•6 months ago
|
||
old xul bug, closing
Status: NEW → RESOLVED
Closed: 6 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•