I just updated the demo, I added a stack option I had some problem calculating the spacing dynamically so I had to add a spacing option too..
There is some behavior that I don't like much, try the following: Open 3 sticky toasters, then close the first one and open a new one.. Not sure how I will fix this yet.. http://www.haineault.com/media/examples/jquery-ui-toaster/demo/ On Jun 10, 8:59 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > Good job. I can confirm that it works in IE7. > > Now if you'll just remember Dan Switzer's suggestion about stacking the > messages vertically instead of on top of each other I think you'll be done! > > Excellent work! > > -----Original Message----- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of h3 > Sent: Tuesday, June 10, 2008 12:23 AM > To: jQuery (English) > Subject: [jQuery] Re: [ANNOUNCE] Toaster plugin > > I've just committed some changes to the trunk: > > http://www.haineault.com/media/examples/jquery-ui-toaster/demo/ > > - refactored using $.widget > - tested/fixed for IE7 (using a virtual machine XP ..) > - added support for custom effect when user manually hide (hide) > - added onHide callback > - added ui-toaster-closable style > - updated changelog > > and it's smaller :) > > I haven't tested it extensively and I don't think I'll have time to do it > soon, but I will accept bug reports and try to fix them > > Thanks Andy > > regards > > On Jun 9, 10:01 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > > I'd be happy to help you test when you're ready. This is nicely done. > > > -----Original Message----- > > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] > > On > > > Behalf Of h3 > > Sent: Monday, June 09, 2008 8:42 AM > > To: jQuery (English) > > Subject: [jQuery] Re: [ANNOUNCE] Toaster plugin > > > I don't even tried it in IE yet.. but I plan to make it 100% > > compatible at least for IE 7+ for the 0.1 release > > > After that I will propose it as an official jQuery plugin (or UI > > plugin) and move the repository/documentation to the right place > > > Thanks for the feedback > > > On Jun 9, 9:18 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > > > By the way... > > > > This plugin is REALLY nice when it works. Very well done. Now if you > > > can just make sure it works in IE7, I might put this into production. > > > > -----Original Message----- > > > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] > > > On > > > > Behalf Of h3 > > > Sent: Sunday, June 08, 2008 10:31 PM > > > To: jQuery (English) > > > Subject: [jQuery] [ANNOUNCE] Toaster plugin > > > > I've just released a toaster plugin > > > > Project page:http://code.google.com/p/jquery-ui-toaster/ > > > > It's inspired by Miksago's experimental toaster plugin that was no > > > longer > > maintained:http://code.google.com/p/jquery-ui/source/browse/branches/e > > xperim > > enta... > > > aster.js > > > > Note: It's beta release and it have been tested only on Firefox and > > > Konqueror yet, so it's most likely broken under IE and probably work > > > fine under Safari. > > > > Feedbacks and comments are more than welcome!