Problem/Motivation

Quoting https://git.drupalcode.org/project/ckeditor5/-/merge_requests/84#note_38...

Bug: the `change` event is either only _triggered_ once, or is only _reacted_ to once. Either way: the first time you type something that triggers a validation error, it works. The second time, it does not :disappointed:

Either way, this must be a bug in the AJAX system, or a bug in our use of it. I suspect it's the former. Let's fix this in a follow-up issue, not here. Fighting the AJAX system is distinctly out of scope :stuck_out_tongue_winking_eye:

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

Wim Leers created an issue. See original summary.

wim leers’s picture

Title: [PP-1] Follow-up for #3222852: "change" event is triggered only once for Source Editing's "Manually editable HTML tags" form item » Follow-up for #3222852: "change" event is triggered only once for Source Editing's "Manually editable HTML tags" form item
Status: Postponed » Closed (outdated)

Actually, Ben managed to fix this already in the parent issue! 🥳