ID:2892119
 
Resolved
Nested uses of VIS_UNDERLAY didn't work correctly.
BYOND Version:515.1616
Operating System:Windows 10 Pro 64-bit
Web Browser:Chrome 116.0.0.0
Applies to:Dream Seeker
Status: Resolved (515.1617)

This issue has been resolved.
Descriptive Problem Summary:

VIS_UNDERLAY doesn't seem to be working at this time. At least, not with the setup I have been using.

Test project sent in private.

button objects are being constructed in demo/demo.dm:108

widgets/buttons/button.dm:7 is where the buttons' slicebox background is decorated. and line 13 is where it is declared as a component of the buttons.
components/slices/slicebox.dm is where a slicebox is defined.
components/slices/slicebar.dm is where a slice component is defined.

widgets/labels/textlabel.dm:27 is where the background component is initialized.


The expected result of the vis contents setup is that we should be seeing the maptext and icon over the top of the buttons. However, the maptext and icon is appearing beneath the buttons' background.
Lummox JR resolved issue with message:
Nested uses of VIS_UNDERLAY didn't work correctly.