зеркало из https://github.com/mozilla/gecko-dev.git
[XForms] Fix for repeat-index for nested repeats. Bug 302918, r=smaug+aaronr
This commit is contained in:
Родитель
f986fc6620
Коммит
5679422545
|
@ -622,6 +622,9 @@ NS_IMETHODIMP
|
|||
nsXFormsRepeatElement::SetParent(nsIXFormsRepeatElement *aParent)
|
||||
{
|
||||
mParent = aParent;
|
||||
// We're an inner repeat owned by a parent, let it control whether we are
|
||||
// selected or not.
|
||||
Deselect();
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче