When using the Quick Edit functionality to remove an image from a post, the save button does not appear after pressing the 'Remove' button.

Steps to reproduce:

  1. create an article node with image
  2. enable quick edit and click on the image
  3. click Remove button

Expected behaviour is that the Save button should appear so that the change can be saved. The button only appears if also editing the alternate text field, or clicking to add another image and then cancelling the file browser dialog.

I saw the same behaviour in Safari and Chrome on a Mac.

Comments

wim leers’s picture

Component: edit.module » forms system
Status: Active » Closed (duplicate)

Good find!

This is because a formUpdated event should be triggered and it is not. Hence it is a bug not in the Edit module, but in the form system. We already have an issue for that: #1636992: form.js' formUpdated event is unreliable/incomplete.