Toaster / Notification Bug or working as expected?


Topic: Toaster / Notification Bug or working as expected?

ECKD Service Gmbh pro premium priority asked 4 years ago

Expected behavior
When max opened Toasts is set to 1 further Toasts are queued and opened after the previous toasts Timeout (if not cleared manually). At least, the Documentation indicates so: "Max alerts opened, alerts will be queued (0 means unlimited)"

Actual behavior
With the following configuration further Toasts are lost if another toast is still active:

ToastModule.forRoot({ maxOpened: 1 }),

if we add "autoDismiss: true" the currently active toast will disappear and the new one won't show up.

I've looked a bit into _buildNotification and I guess there is no real queueing mechanism if the max number of toasts is reached (keepInactive / early return)?
But at least the 2nd behavior could be fixed if "keepInactive" would be set to false when autoDismiss is active, so the old toast is cleared and the new one shown.

Would be nice to know if this kind of queueing should work or if you're planning to support such a behavior or if we have to build our own queueing system for toasts.


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Open

Specification of the issue
  • User: Pro
  • Premium support: Yes
  • Technology: MDB Angular
  • MDB Version: 9.0.1
  • Device: Any
  • Browser: Any
  • OS: Any
  • Provided sample code: No
  • Provided link: No