Bug 668817 - Update the validity when changing the multiple attribute. r=sicking

This commit is contained in:
Mounir Lamouri 2011-07-06 00:31:23 +02:00
Родитель 3cb067296b
Коммит 9990f3c349
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -907,6 +907,8 @@ nsHTMLInputElement::AfterSetAttr(PRInt32 aNameSpaceID, nsIAtom* aName,
UpdateTooLongValidityState();
} else if (aName == nsGkAtoms::pattern) {
UpdatePatternMismatchValidityState();
} else if (aName == nsGkAtoms::multiple) {
UpdateTypeMismatchValidityState();
}
UpdateEditableState(aNotify);