On Fri, Mar 12, 2010 at 06:03:33AM -0800, Stanislav Sinyagin > wrote: > hi, > > the latest "stable" CPAN package is > incompatible with IE 6 and 7: > new Region(...) script causes the > error "Region is undefined".
Can you pull up IE7 with a developer panel > of some kind to try to find out what is actually failing? That's not a whole > lot to go on. Or is this something you know to have been fixed in git before > the plack > merge landed? Jifty 0.90701: IE7 works fine GIT head: IE7 works fine if I start a standalone server on :8888. Could not try it with FCGI because of some Plack problems Jifty-0.91117: IE prints "Error: 'Region' is undefined" It loads the Jifty's JS script, but somehow it ignores the Region definition in it: var Region = function() { this.initialize.apply(this, arguments); return this; }; can't find any way to get a more detailed information in IE. _______________________________________________ jifty-devel mailing list jifty-devel@lists.jifty.org http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel