jyoungblood / smoke.js

framework-agnostic styled alert system for javascript
http://smoke.js.org/
930 stars 107 forks source link

stacking messages... #17

Closed tarolandia closed 13 years ago

tarolandia commented 13 years ago

Hi there. I changed your basic layout to support multiple messages (stacked). Now you don't need to init a container. Each message builds one smoke-container with a timestamp-based id. You must minify the js again.

tarolandia commented 13 years ago

You can now check my upgrades here:

http://tarolandia.github.com/smoke.js/

It works on IE7/IE8 now.

hugodias commented 13 years ago

Thank you, works fine !

tarolandia commented 13 years ago

You're welcome! There are some problems with key-codes when the script handles keyup event, I will check that.

regards

Lautaro

jyoungblood commented 13 years ago

implemented some of tarolandia's changes that support this. i still have to massage a few things, so it's not perfect at the moment, but close enough that i'm going to close this issue. thanks for you help :)