зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1294526
- Check for unexpected hide/reorder events in removeGrandChildrenNHideParent. r=surkov
MozReview-Commit-ID: GLiVPrMJr6P --HG-- extra : rebase_source : ba7821e10c97965c9b6dd15632749aa153a9e48d
This commit is contained in:
Родитель
386d9d30dc
Коммит
9ac779b2ab
|
@ -320,7 +320,10 @@
|
|||
|
||||
this.eventSeq = [
|
||||
new invokerChecker(EVENT_HIDE, getAccessible(aParentId)),
|
||||
new invokerChecker(EVENT_REORDER, getNode(aParentId).parentNode)
|
||||
new invokerChecker(EVENT_REORDER, getNode(aParentId).parentNode),
|
||||
new unexpectedInvokerChecker(EVENT_HIDE, getAccessible(aChild1Id)),
|
||||
new unexpectedInvokerChecker(EVENT_HIDE, getAccessible(aChild2Id)),
|
||||
new unexpectedInvokerChecker(EVENT_REORDER, getAccessible(aParentId))
|
||||
];
|
||||
|
||||
this.invoke = function removeGrandChildrenNHideParent_invoke()
|
||||
|
|
Загрузка…
Ссылка в новой задаче