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:
parent
c0b7129e2e
commit
2c5fbcb1c5
@ -436,7 +436,7 @@ nsFrameIterator::GetLastChild(nsIFrame* aFrame)
|
||||
result = nsPlaceholderFrame::GetRealFrameFor(result);
|
||||
|
||||
if (result && IsPopupFrame(result))
|
||||
result = GetNextSibling(result);
|
||||
result = GetPrevSibling(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user