зеркало из https://github.com/mozilla/pjs.git
Bug 431802: node_child_of accessible relation returns wrong object on autocomplete list items, patch by surkov.alexander@gmail.com, r=neil, a=schrep
This commit is contained in:
Родитель
83f749620d
Коммит
f875d47072
|
@ -819,7 +819,7 @@ nsAutoCompleteController::GetLevel(PRInt32 index, PRInt32 *_retval)
|
|||
NS_IMETHODIMP
|
||||
nsAutoCompleteController::GetParentIndex(PRInt32 rowIndex, PRInt32 *_retval)
|
||||
{
|
||||
*_retval = 0;
|
||||
*_retval = -1;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче