Closed (fixed)
Project:
Accessible Form Validation
Version:
1.0.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Feb 2026 at 10:57 UTC
Updated:
4 Mar 2026 at 11:15 UTC
Jump to comment: Most recent
The onSubmit handler in accessible_form_validation.js prevents form submission when validation fails, but only searches for input:invalid when setting focus to the first invalid element.
1. Create a content type with a required plain textarea field (no CKEditor)
2. Edit a node of that type and leave the textarea empty
3. Click Save
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
antonio nunez commentedThe fix for the mentioned issue has been implemented and validated by another maintainer.
The issue is now resolved.