fabien-d / alertify.js

JavaScript Alert/Notification System
http://fabien-d.github.com/alertify.js/
4.26k stars 726 forks source link

old notifications not hiding #143

Closed itrn0 closed 10 years ago

itrn0 commented 11 years ago

Old alerts not hidding (or hiding, but take their place). Not always.

Browser: Google Chrome 27.0.1453.110 Alertify 0.3.9

2013-06-13 16 48 03

-------------------------------------------------- HTML CODE --------------------------------------------------- <div id="alertify-cover" class="alertify-cover alertify-cover-hidden"></div> <section id="alertify" class="alertify alertify-hidden"></section> <section id="alertify-logs" class="alertify-logs"> <article class="alertify-log alertify-log-error alertify-log-show alertify-log-hide alertify-log-hide alertify-log-hide alertify-log-hide alertify-log-hide">ERROR_INVALID_EMAIL</article><article class="alertify-log alertify-log-error alertify-log-show alertify-log-hide">ERROR_INVALID_EMAIL</article> <article class="alertify-log alertify-log-error alertify-log-show alertify-log-hide">ERROR_INVALID_EMAIL</article> <article class="alertify-log alertify-log-error alertify-log-show alertify-log-hide">ERROR_INVALID_EMAIL</article> <article class="alertify-log alertify-log-error alertify-log-show alertify-log-hide">ERROR_INVALID_EMAIL</article> <article class="alertify-log alertify-log-error alertify-log-show alertify-log-hide">ERROR_INVALID_EMAIL</article> <article class="alertify-log alertify-log-error alertify-log-show alertify-log-hide">ERROR_INVALID_EMAIL</article> <article class="alertify-log alertify-log-error alertify-log-show alertify-log-hide">ERROR_INVALID_EMAIL</article> </section>

Sorry for my bad English.

fabien-d commented 11 years ago

Could you try the demo page with the same browser? Generally this issue happens when the browser supports transitionend but the event is not firing properly.

If the issue can be reproduced on the demo page, I'll try to debug, if it doesn't happen on the demo page, maybe you could provide a code sample from your project so I can take a look.

fabien-d commented 11 years ago

any updates on this?

fabien-d commented 10 years ago

Closing this issue - if it's still a problem feel free to reopen or open a new issue.

EmmanuelVella commented 10 years ago

Same issue here with Chrome 34.0.1847.116. This seems to happen when notifications are created when the website tab is not visible.