Feature No Code Attached Yet
avatar HLeithner
HLeithner
27 Aug 2025

Steps to reproduce the issue

  • Create a subform (doesn't matter if custom field or not)
  • Add event listener for event joomla:updated
  • drag an entry

Expected result

joomla:updated triggered

Actual result

not triggered

System information (as much as possible)

Joomla 5.3

Additional comments

      const field = document.querySelectorAll('joomla-field-subform');
      field.forEach((element) => {
        element.addEventListener('joomla:updated', (e) => {
          console.log(e.target.closest('joomla-field-subform'));
        })
      });
avatar HLeithner HLeithner - open - 27 Aug 2025
avatar joomla-cms-bot joomla-cms-bot - change - 27 Aug 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 27 Aug 2025
avatar Fedik Fedik - change - 27 Aug 2025
Labels Added: Feature
avatar Fedik Fedik - labeled - 27 Aug 2025

Add a Comment

Login with GitHub to post a comment