Bug 387720, fix shift+tab not working, popup reworking uncovered this bug which manifested itself as a regression, r+sr=roc

This commit is contained in:
enndeakin@sympatico.ca 2007-07-12 06:54:42 -07:00
Родитель ffdd92909c
Коммит 0fd6590d13
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -436,7 +436,7 @@ nsFrameIterator::GetLastChild(nsIFrame* aFrame)
result = nsPlaceholderFrame::GetRealFrameFor(result);
if (result && IsPopupFrame(result))
result = GetNextSibling(result);
result = GetPrevSibling(result);
}
return result;
}