Bug 166574 password input controls don't accept typing (goes to typeaheadfind) smoketest blocker r=jesup sr=dbaron a=dbaron

This commit is contained in:
timeless%mac.com 2002-09-04 14:38:22 +00:00
parent 8aa8b12536
commit a4be2d0cde

View File

@ -478,6 +478,7 @@ nsTypeAheadFind::KeyPress(nsIDOMEvent* aEvent)
if (controlType == NS_FORM_SELECT ||
controlType == NS_FORM_TEXTAREA ||
controlType == NS_FORM_INPUT_TEXT ||
controlType == NS_FORM_INPUT_PASSWORD ||
controlType == NS_FORM_INPUT_FILE) {
// Don't steal keys from these form controls
// - selects have their own incremental find for options