Discussion:
[jifty-devel] IE support broken in Jifty-0.91117 (CPAN)
Stanislav Sinyagin
2010-03-12 14:03:33 UTC
Permalink
hi,

the latest "stable" CPAN package is incompatible with IE 6 and 7:
new Region(...) script causes the error "Region is undefined".

Had to roll back to Jifty-0.90701 at CPAN.

would it be possible to upgrade CPAN to a pre-Plack version where Javascript is
still working with IE?


thanks :)
Jesse Vincent
2010-03-12 14:05:17 UTC
Permalink
Post by Stanislav Sinyagin
hi,
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?
Stanislav Sinyagin
2010-03-12 15:58:44 UTC
Permalink
On Fri, Mar 12, 2010 at 06:03:33AM -0800, Stanislav Sinyagin
Post by Stanislav Sinyagin
hi,
the latest "stable" CPAN package is
new Region(...) script causes the
error "Region is undefined".
Can you pull up IE7 with a developer panel
Post by Stanislav Sinyagin
of some kind to try to find
out what is actually failing? That's not a whole
Post by Stanislav Sinyagin
lot to go on. Or is
this something you know to have been fixed in git before
Post by Stanislav Sinyagin
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.

Loading...