зеркало из https://github.com/mozilla/pjs.git
Bug 376223. Make frame construction for XUL listbox content grab pseudo frames if necessary. r+sr=bzbarsky
This commit is contained in:
Родитель
577e9395c5
Коммит
152f667606
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче