Closed
Bug 1597027
Opened 5 years ago
Closed 2 years ago
Remove nsStackLayout
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 1689816
People
(Reporter: ntim, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
https://searchfox.org/mozilla-central/search?q=NS_NewStackLayout&case=false®exp=false&path=
It's described by nsStackLayout.h as:
A frame that can have multiple children. Only one child may be displayed at one time. So the can be flipped though like a deck of cards.
It's only used within nsDeckFrame and nsRootBoxFrame. It makes sense that nsDeckFrame uses it, but I don't think nsRootBoxFrame has multiple direct children overlaid on top of each other.
Reporter | ||
Updated•4 years ago
|
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•