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

Notification Duration Timeout Effect: Fade not working #3366

Closed
MentalGear opened this issue Jun 14, 2021 · 0 comments · Fixed by #3370
Closed

Notification Duration Timeout Effect: Fade not working #3366

MentalGear opened this issue Jun 14, 2021 · 0 comments · Fixed by #3370

Comments

@MentalGear
Copy link

Description

Launching a notification programmatically doesn't fade out the notification after timeout, but it simply disappears even though the default is fade. Fade still works on activation and manual click close.

Steps to reproduce

On Buefy's website:

  1. Launch notfication
  2. Wait for it to close
  3. It just disappears without the fade effect.
    https://buefy.org/documentation/notification/#programmatically-opening

Expected behavior

Fade after timeout.

LeoMouyna added a commit to LeoMouyna/buefy that referenced this issue Jun 18, 2021
- Notice mixin call close() from b-notification.

See issue buefy#3366
LeoMouyna added a commit to LeoMouyna/buefy that referenced this issue Jun 18, 2021
- NoticeMixin provide timeoutCallback() method
- NotificationNotice override timeoutCallback() to call b-notification.close()

See issue buefy#3366
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

Successfully merging a pull request may close this issue.

1 participant