Closed Bug 282538 Opened 20 years ago Closed 20 years ago

inherits attribute doesnt behave on children tag

Categories

(Core :: XBL, enhancement)

x86
Windows 2000
enhancement
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: surkov, Assigned: hyatt)

Details

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

It's needed to realize 'inherits' atttribute on 'children' tag.

<binding id="bnd2">
<content>
	<xul:hbox>
		<children includes="button" inherits="disabled"/>
	</xul:hbox>
</content>

Reproducible: Always

Steps to Reproduce:
<children> is removed from the DOM altogether, so there's nothing useful that
could be done here.  If you mean that the attributes of the non-anonymous child
should change, then there is no way that's happening.  The whole point of XBL is
that it doesn't change the non-anonymous DOM.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.