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

git-svn-id: svn://10.0.0.236/trunk@229802 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
enndeakin%sympatico.ca 2007-07-12 13:54:42 +00:00
parent c0b7129e2e
commit 2c5fbcb1c5

View File

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