mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
d54db2fd52
commit
5cbff2e207
@ -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)");
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user