TWebToast issues

Hi,

  1. Never mind if I change TWebToast.AutoHideDelay to something different always is 5 sec.
  2. Never mind if I set TToastItem.AutoHide to false always hide.

We investigated and this is due to breaking changes between Bootstrap 4 and Bootstrap 5. We fixed this now.

1 Like

Another problem with firing the onhide event

  1. when I close the toast with a cross the event is fired

  2. if the toast is closed with autohide the event is not fired

for me should be fired in both situations.

The auto hide behavior is done by Bootstrap lib. We will investigate what we can do about this.

1 Like

We could hook into the Bootstrap auto hide and exposed this via the OnHide() event.

1 Like