-
Notifications
You must be signed in to change notification settings - Fork 207
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
Pull up newer growls on fade out of older ones like in jGrowl. #33
Comments
Great idea. This is something I've wanted to do for a while, but just haven't had the time. Is this something you'd like to implement? Otherwise I'll try and find some time soon to do this myself! |
Well, if you can provide a callback when a growl is removed from the DOM then it can be implemented. I liked the simplicity of your implementation but that fixed offset thing is a bit awkward. |
I totally agree on this feature, do you have any news @ifightcrime ? |
This may not be the best solution, but it has been working for me. Right before the "return $alert;" I wrote this little snippet of code: http://pastebin.com/GbRqMMNg You can use and update if you like. |
I opened multiple of your growl alerts. Some with type success and a delay of 4000ms, some with type error and delay 0 ms which means the user has to close the notiication. |
+1 |
Would be nice if it did this also when you closed a notice. e.g. say you have 5 open and manually close the third one: the fourth and fifth should slide up to fill the space. Would that fit in this issue/PR or maybe a different issue needs submitted? |
Hi In my personal case (show it Top-Right), I did this: Change line 57:
Add in the CSS:
|
A little more integrate:
|
@jimolina, doesn't that shift all growls, therefore some will be out of the visible view port |
Hi, it would be nice to have the feature of raising up the lower growls in a growl container when the one above it has faded away or has been removed. In the present scenario it stays with an absolute height from the top.
The text was updated successfully, but these errors were encountered: