Yes, I've noticed this IE issue before. Thanks for the updated patch.
Martin On May 10, 2:04 am, John-Kim Murphy <[email protected]> wrote: > Cool~ > > I made an additional change that adds a microscopic delay. Otherwise IE > fails to load TiddlyWiki for some reason : > - dfd.resolve(); > + setTimeout(dfd.resolve, 0); > > Only needed if changing the driver order to prefer TiddlySaver. I prefer the > TiddlySaver driver because there are fewer security dialogs (see previous > posts in thread). > Patch attached, including changes to enable TiddlyWiki in IE and Mozilla, as > well. View the full twfile.js file at:http://jsbin.com/adehi5/3/edit > > John > > > > > > > > On Tuesday, May 10, 2011 5:12:46 AM UTC+9, Martin Budden wrote: > > > This does indeed look like a good application of jQuery's Deferred > > object. Also an excellent reason to upgrade TiddlyWiki to the latest > > version of jQuery. > > > I'll get your patch plus the latest jQuery into the next alpha. > > > > twfile_add_initialize_method_prefer_tiddlysaver.patch > 2KViewDownload -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.
