There seems to be a problem with class.module.inc.php which is closely related to accessibility but I guess it matches this topic (Quality Assurance) bests. When coding standards compliant websites you need to specify a label for each form-field, i.e.
Code: Select all
<label for="c4input_name">First Name:
<input type="text" id="c4input_name" />
</label>
At present there is only an attribute for name, but none for id. When I modify class.module.inc.php to display both values, I get a lot of problems in admin-mode, i.e. some fields won't update anymore. Does anyone know a workaround for me, except for creating my own module-instances for fields?
Regards,
Nils