Required Validation Issue with ACE Editor Field

Created on 18 March 2025, 19 days ago

Problem/Motivation

When using a text area field with the ACE format, the field is marked as required. However, after saving the node and leaving the field empty, no validation error appears, and the field is not flagged as required. Checking the console logs reveals the following error:

field_name[0][value] is not focusable.

This indicates that the required validation is not being properly enforced because the field is hidden or not properly focusable.

Steps to reproduce

  1. Create a content type with a text area field that uses the ACE editor.
  2. Set the field to be required.
  3. Create a new node and leave the ACE field empty.
  4. Save the node.
  5. Observe that no validation error appears despite the field being required.
  6. Check the browser console and see the error: field[0][value] is not focusable.

Proposed resolution

Following the guidance from Drupal issue #1954968 , the required validation should be removed from the hidden field to prevent this issue. Instead, validation should be handled at the JavaScript level or using proper visibility toggling.

Remaining tasks

  • Investigate if the ACE editor field is correctly initializing in all scenarios.
  • Modify the field validation logic to ensure required fields are validated correctly.
  • Ensure that hidden fields do not trigger required validation.
  • Test and confirm the fix in different browsers and scenarios.
  • Submit a patch or merge request with the fix.
  • ✅ File an issue
  • ➖ Addition/Change/Update/Fix
  • ➖ Testing to ensure no regression
  • ➖ Automated unit testing coverage
  • ➖ Automated functional testing coverage
  • ➖ UX/UI designer responsibilities
  • ➖ Readability
  • ➖ Accessibility
  • ➖ Performance
  • ➖ Security
  • ➖ Documentation
  • ➖ Code review by maintainers
  • ➖ Full testing and approval
  • ➖ Credit contributors
  • ➖ Review with the product owner
  • ➖ Release notes snippet
  • ❌ Release

API changes

  • N/A

Data model changes

  • N/A

Release notes snippet

  • N/A
🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇯🇴Jordan ahmad abbad Jordan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024