Sugested Patch for IE7

0 views
Skip to first unread message

jfw

unread,
Feb 5, 2008, 6:03:05 PM2/5/08
to Jester JS
Can I suggest another fix for IE7.

Change line (aprox) 518 of Jester.js from :
if (doc[this.class_._singular_xml])
to:
if (doc && doc[this.class_._singular_xml])

and change line (approx) 630 from:
if (doc.errors) {
to:
if (doc && doc.errors) {

Also please see my earlier post "Bug in IE7". I believe that that
issue is due to a restriction of the scope of the eval functions. A
Google finds a number of references to the same issue.

John

Eric Mill

unread,
Feb 22, 2008, 1:41:59 PM2/22/08
to Jester JS
Why do you want to change these lines? Are they causing a bug?

-- Eric
Reply all
Reply to author
Forward
0 new messages