WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.57k stars 4.22k forks source link

Show a save draft success message when you have metaboxes #6008

Closed hedgefield closed 6 years ago

hedgefield commented 6 years ago

Issue Overview

If you have plugin metaboxes active and you try to save a draft in gutenberg, it switches back to Save draft immediately after Saving..., which makes me think that it didn't work (because I expected the Saved label to appear).

Steps to Reproduce (for bugs)

  1. Install a plugin that adds metaboxes (I used Yoast SEO free)
  2. Add a new gutenberg post.
  3. Type something and click Save draft
  4. The indicator pulses briefly then switches back to Save draft immediately, but the draft was saved.

Expected Behavior

At least a 1-second Saved succesfully! label to appear before activating the button again.

ZebulanStanphill commented 6 years ago

Related: #4644