When there are additional forms on an edit page, the sticky save action button points to the wrong form
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3518570. --> Reported by: [g_miric](https://www.drupal.org/user/1866956) Related to !648 >>> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>1. Install webforms module<br> 2. Create a simple webform with a required field<br> 3. Enable webform button in CKEditor<br> 4. Create a node and embed a webform in CKEditor<br> 5. Hit "Save" button</p> <p>A node should be saved, but instead e.preventDefault() is triggered and focus is switched to webform <figure> element within CKEditor.</figure></p>
issue