Bug 376223. Make frame construction for XUL listbox content grab pseudo frames if necessary. r+sr=bzbarsky

This commit is contained in:
roc+@cs.cmu.edu 2007-04-13 09:50:57 -07:00
Родитель 577e9395c5
Коммит 152f667606
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -12219,7 +12219,10 @@ nsCSSFrameConstructor::CreateListBoxContent(nsPresContext* aPresContext,
aParentFrame, aChild->Tag(),
aChild->GetNameSpaceID(),
styleContext, frameItems, PR_FALSE);
if (!state.mPseudoFrames.IsEmpty()) {
ProcessPseudoFrames(state, frameItems);
}
nsIFrame* newFrame = frameItems.childList;
*aNewFrame = newFrame;