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

Container resets after dismissing a toast even if still containing other toasts #139

Closed
Aviv-Galmidi opened this issue Apr 5, 2021 · 0 comments

Comments

@Aviv-Galmidi
Copy link
Contributor

Steps to reproduce:

  1. Create a few (four) toasts with semi-long timer (10seconds) in the same position using either dismissible or closeOnClick set to true
  2. Dismiss any one of the toasts using either the "x" button or by clicking it (based on options given in step 1)
  3. Create a few (one-two) more toasts
  4. The new toasts now cover up the old toasts
    Expected behaivor: The new toasts would be added to the end of the list and not cover up other toasts

jsfiddle with example: https://jsfiddle.net/Aviv_Galmidi/6218y3t9/6/

Aviv-Galmidi added a commit to Aviv-Galmidi/bulma-toast that referenced this issue Jul 16, 2023
github-actions bot pushed a commit that referenced this issue Aug 22, 2023
## [2.4.3](v2.4.2...v2.4.3) (2023-08-22)

### Bug Fixes

* issue where the toasts container would reset on each toast remove - Issue [#139](#139) ([#340](#340)) ([cc643df](cc643df))
@rfoel rfoel closed this as completed Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants