Bug 332499 - Misplaced listbox for floated select, patch by Marc Liddell, r+sr=roc

git-svn-id: svn://10.0.0.236/trunk@194082 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
martijn.martijn%gmail.com
2006-04-11 01:18:41 +00:00
parent b6f56f9d25
commit 1aae630881

View File

@@ -5274,7 +5274,7 @@ nsCSSFrameConstructor::ConstructSelectFrame(nsFrameConstructorState& aState,
mPresShell->SetAnonymousContentFor(aContent, nsnull);
InitializeSelectFrame(aState, listFrame, scrolledFrame, aContent,
comboboxFrame, aStyleContext, PR_TRUE, aFrameItems);
comboboxFrame, listStyle, PR_TRUE, aFrameItems);
// Set flag so the events go to the listFrame not child frames.
// XXX: We should replace this with a real widget manager similar