Bug 642420 - XPFE autocomplete.xml: investigate removing explicit <children includes="menupopup"/>; (Av1) Just remove it, Update a11y test_combobox.xul.

f=surkov.alexander r=neil (a=NPOTDB).
This commit is contained in:
Serge Gautherie 2011-03-21 14:43:04 +01:00
parent d54db2fd52
commit 5cbff2e207
2 changed files with 0 additions and 8 deletions

View File

@ -192,9 +192,6 @@
if ("clearResults" in ac2cmp) {
SimpleTest.ok(true, "Testing (Old) XPFE autocomplete widget. (ac2mp)");
// Toolkit has the menupopup first ...
var mp = accTree.children.splice(0, 1);
// Popup is always created.
accTree.children.push(
{
@ -221,9 +218,6 @@
]
}
);
// ... whereas XPFE has it last.
accTree.children.push(mp[0]);
} else {
SimpleTest.ok(true, "Testing (New) Toolkit autocomplete widget. (ac2mp)");

View File

@ -36,8 +36,6 @@
ignorekeys="true" noautofocus="true" level="top"
xbl:inherits="for=id,nomatch"/>
</xul:popupset>
<children includes="menupopup"/>
</content>
<implementation implements="nsIDOMXULMenuListElement, nsIAccessibleProvider">