var validated = $("form").validate();
validated.showErrors({"BsFormError": "test"}, true);
No summary will be shown.
Seems to be introduced in 772a42e1.
The summary is shown at line 434, but it is removed at line 453 since there's no element to be referenced to it and it isn't added in the errorList array.
To reproduce:
No summary will be shown. Seems to be introduced in 772a42e1. The summary is shown at line 434, but it is removed at line 453 since there's no element to be referenced to it and it isn't added in the errorList array.