Closed Bug 303813 Opened 19 years ago Closed 19 years ago

XUL: <stack> elements with higher priority do not overlay <textbox> elements inside <tabbox>

Categories

(Core :: XUL, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: mark, Unassigned)

References

Details

Attachments

(1 file)

(deleted), application/vnd.mozilla.xul+xml
Details
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6

<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 
<window id="blah" title="blah"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
		  

<stack flex="1">

	<vbox flex="0"  >
		<tabbox id="tablist" flex="1">
			<tabs>
				<tab label="Subjective" />
			</tabs>
			<tabpanels >
				<tabpanel>
					<hbox flex="1" style="background-color:green" >
						<textbox multiline="true" value="Really shouldn't see me"/>
					</hbox>
				</tabpanel>
			</tabpanels>
		</tabbox>
	</vbox>
	<button label="should only see me" />
</stack>
</window>

Reproducible: Always

Steps to Reproduce:
just run the example
Actual Results:  
<hbox> with the <textbox> shows throught the button

Expected Results:  
only the higer element in the stack, the button element, should be visible
Attached file Testcase from comment 0 (deleted) —
Probably a duplicate (?), but the closest I could find is Bug 204278.

->Core: XUL
Component: General → XP Toolkit/Widgets: XUL
Product: Firefox → Core
QA Contact: general → xptoolkit.xul
Summary: XUL: <stack> elements with higher priority do not overlay <texbox> elements inside <tabbox> → XUL: <stack> elements with higher priority do not overlay <textbox> elements inside <tabbox>
Version: unspecified → Trunk
Depends on: 191830
Fixed by bug 317375 (using a 2005-01-27 01:19am tinderbox build).
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Depends on: 130078, 317375
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: