[jifty-devel] IE support broken in Jifty-0.91117 (CPAN)

Stanislav Sinyagin ssinyagin at yahoo.com
Fri Mar 12 10:58:44 EST 2010


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.


More information about the jifty-devel mailing list