Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "Block created" and "Block updated" messages shouldn't be persistent #12127

Closed
johnbillion opened this issue Nov 20, 2018 · 2 comments · Fixed by #15594
Closed

The "Block created" and "Block updated" messages shouldn't be persistent #12127

johnbillion opened this issue Nov 20, 2018 · 2 comments · Fixed by #15594
Labels
General Interface Parts of the UI which don't fall neatly under other labels. [Type] Enhancement A suggestion for improvement.

Comments

@johnbillion
Copy link
Member

Describe the bug

When creating a reusable block, the "Block created" confirmation message appears but remains persistent until the user actively dismisses it.

The same occurs when updating (for example, naming) a reusable block. The "Block updated" message is persistent until the user dismisses it.

This results in confirmation message stacking when saving the post. See screenshot.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new post.
  2. Insert content into a block
  3. Convert the block into a reusable block
  4. Note the confirmation message, and note that it is persistent
  5. Publish the post
  6. Note the "Post published" message and the "Block created" message stack on top of each other

Expected behavior

Ideally the confirmation messages for reusable blocks would disappear after a timeout, or disappear at least when the post is published to avoid stacking.

Screenshots

Desktop (please complete the following information):

  • OS: macOS
  • Browser: Chrome
  • Version: 70

Additional context

  • Gutenberg version: WordPress 5.0 beta 5
@designsimply designsimply added [Type] Enhancement A suggestion for improvement. General Interface Parts of the UI which don't fall neatly under other labels. labels Nov 20, 2018
@pmmueller
Copy link

pmmueller commented Nov 23, 2018

Same with the messages "Post updated" and "Page updated" after saving a post or page after it is published. It stays visible until click on the x. This does not happen when post or page is a draft.

There's a couple of annoying things due to that behavior:

  1. If the post or page is saved every now and again that message will be up there more or less permanently, which defeats its purpose really.
  2. A click in the title open the permalink - perfectly hidden behind that message.

Ideally the messages would disappear after a timeout.

bildschirmfoto 2018-11-23 um 16 56 27

@KokkieH
Copy link

KokkieH commented Dec 27, 2018

Another request for this from the WordPress.com forums.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
General Interface Parts of the UI which don't fall neatly under other labels. [Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants