We have a custom module that uses
asp:RequiredFieldValidator to ensure the user enters text in the required fields. This has been working great under DNN 6. We recently upgrade to DNN 7 and noticed that now, you can just click in the text box and the required flag will go away even if you haven't entered anything and it won't reappear even if you hit submit. But submit will still fail due to the missing required fields. I'm seeing this in DNN 7.3.3 and 7.2.0.
Anybody have any work arounds or fixes? Has this been logged as a known issue?