You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: bound rich editor hidden-ancestor walk to avoid cross-form binds
The hidden-element fallback in detectAndMark used to climb to
document.body looking for a nearby editor, so calling fillField on an
unrelated hidden input could accidentally bind it to any editor on the
same page. Cap the ancestor walk at 3 levels (covers CKE4 / Summernote /
TinyMCE-legacy wrapper depth of 1-2 with margin) and skip the walk
entirely for <input type=\"hidden\"> since those are form-state inputs,
not editor-backing elements.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments