django-suit icon indicating copy to clipboard operation
django-suit copied to clipboard

ValidationErrors do not highlight faulty tab

Open etanter opened this issue 9 years ago • 2 comments

Hi,

I have a problem that is similar to that reported in issue #156.

However, to be more precise, I notice that the behavior is correct (ie. the faulty is highlighted in red and gets focus) if the error is a missing mandatory field. But if the error comes from a ValidationError raised in a model's clean() method, then the tab highlighting and focusing does not happen.

Any solution for this? It can be quite confusing for users especially when there are many tabs...

Thanks!

etanter avatar Mar 13 '15 02:03 etanter

In my case the faulty tab is highlighted only if submitting after having clicked almost one tab (-> and then having an hash in the url), otherwise the bug is there

abidibo avatar Dec 14 '16 15:12 abidibo

I get this issue , anyone got a solution.

sithbunny avatar Oct 11 '18 14:10 sithbunny