Active
Project:
Clientside Validation
Version:
4.1.2
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2026 at 07:38 UTC
Updated:
27 Jan 2026 at 07:29 UTC
Jump to comment: Most recent
Comments
Comment #2
shank115 commentedHi,
This behavior is expected because CKEditor replaces the with a rich text editor. Clientside Validation attaches validation to standard HTML form fields, but it does not automatically detect the content inside CKEditor.
To validate CKEditor fields, additional integration is needed to sync the editor content with the underlying textarea before validation. There are some discussions and patches for this, but out-of-the-box, CKEditor fields are not validated.
So it’s not a bug, but a known limitation.