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

"Copied to clipboard" (Ctrl-C) notifications blocking editor view; lower timeouts or limited amounts would be helpful. #58519

Closed
oldrup opened this issue Jan 31, 2024 · 4 comments
Labels
[Package] Components /packages/components [Status] Duplicate Used to indicate that a current issue matches an existing one and can be closed [Type] Enhancement A suggestion for improvement.

Comments

@oldrup
Copy link

oldrup commented Jan 31, 2024

What problem does this address?

When I'm copying and pasting content from the block editor, it pops up with a notification that I pressed Ctrl-C. That's really not necessary, but harmless. Unless, you do a lot of copy/pasting, when translating content, maybe. The notifications stack and stay in view for so long, that at some point they block much of the editor view:

I'm not sure "notifications" is the right name, but look at the screenshot.

image

What is your proposed solution?

Proposed solutions in no particular order:

  • Add a filter that allows us to disable notifications about copy and pasting.
  • Add a filter that allows us to set the timeout for these notifications
  • Just reduce the timeout for these notifications, a few seconds should suffice imo
  • Limit the amount of concurrent notifications to, say, 3, first in, first out.
@oldrup oldrup added the [Type] Enhancement A suggestion for improvement. label Jan 31, 2024
@Mamaduka Mamaduka added [Package] Components /packages/components [Status] Duplicate Used to indicate that a current issue matches an existing one and can be closed labels Feb 1, 2024
@Mamaduka
Copy link
Member

Mamaduka commented Feb 1, 2024

Thanks for creating the issue, @oldrup!

I believe this is a duplicate of #53201.

@Mamaduka Mamaduka closed this as not planned Won't fix, can't repro, duplicate, stale Feb 1, 2024
@oldrup
Copy link
Author

oldrup commented Feb 1, 2024

Ah! Yes. You are right, @Mamaduka -- "Snackbar" is a new term to me 🍫😁

@Mamaduka
Copy link
Member

Mamaduka commented Feb 1, 2024

Yeah, this design pattern has a lot of names, such as "Snackbar," "Toast," etc. I can understand the confusion :)

@oldrup
Copy link
Author

oldrup commented Feb 1, 2024

Well, I'm experiencing "pancakes" then, I suppose 😁

119674

Learned something new today. Thank you, Mamaduka. I'll let you get back to work 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Package] Components /packages/components [Status] Duplicate Used to indicate that a current issue matches an existing one and can be closed [Type] Enhancement A suggestion for improvement.
2 participants