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