question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

While a toast is visible, next toast ignores own settings

See original GitHub issue

If I call a toaster with positionClass: "toast-top-full-width" and while it is visible I run positionClass: "toast-bottom-full-width"- they both will be shown on top. You can test it on demo page.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:2
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
csakiscommented, Jul 11, 2016

They are not identical toasts. That’s the whole point. I use websocket technology to get notifications from the server. If it’s a general notification, I use a small toast at the bottom right corner. If it’s an important/danger message from the server, I want my toast in the top middle, so the user does not miss it. I cannot control when these messages coming from the server. It depends on other users. However, if two of these messages overlap, then my toastr notifications will be in the same position regardless if it was a general or danger message from the server.

0reactions
avalanche1commented, Jul 13, 2016

Well let’s keep this on the roadmap at least and keep this issue open as a feature request until it’s implemented.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Toasts · Bootstrap v5.0
Reveals an element's toast. Returns to the caller before the toast has actually been shown (i.e. before the shown.bs.toast event occurs). You have...
Read more >
Android Toast Message is not showing - Stack Overflow
Try: Toast.makeText(getBaseContext(), "Reason can not be blank", Toast.LENGTH_SHORT).show();. It's the .show() that you've omitted ...
Read more >
Toast | Android Developers
Adds a callback to be notified when the toast is shown or hidden. void, cancel() ... Normally view will disappear on its own...
Read more >
Product Guide: Modifier Group Display Order - Toast Central
In the Toast administration back-end, settings exist on both a modifier group's details page and on the UI Options page that affect the...
Read more >
App notification content - Windows - Microsoft Learn
The term "toast notification" is being replaced with "app notification". These terms both refer to the same feature of Windows, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found