Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
forms system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2013 at 10:46 UTC
Updated:
29 Jul 2014 at 22:58 UTC
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:
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
Comment #1
wim leersGood find!
This is because a
formUpdatedevent 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.