[validate] focusCleanup does not work for errors inside containers?

[validate] focusCleanup does not work for errors inside containers?

Hello all,

I am attempting to use focusCleanup to try and resolve the flickering error issue when using the remote method. focusCleanup works just fine on my forms that have errors inline with the form fields, but if I use errorContainer:

  1. errorLabelContainer: "#memorize-as-errors",
            wrapper: "li"

... These errors do not disappear when the user focuses on one of the inputs that has an error associated with it. I don't think this is supposed to be how it works, is this a bug? Or do I need to do something extra for errors placed inside containers?

Thanks!
mang0