part of patch for bug 127847. r=jkeiser, sr=jst

This commit is contained in:
bzbarsky%mit.edu 2002-08-06 09:53:58 +00:00
parent c3137774b4
commit cc95144274

View File

@ -345,6 +345,7 @@ ShouldBeInElements(nsIFormControl* aFormControl)
case NS_FORM_SELECT :
case NS_FORM_TEXTAREA :
case NS_FORM_FIELDSET :
case NS_FORM_OBJECT :
return PR_TRUE;
}