[mochikit] Re: error in DOM.js

2007-05-01 Thread dwf
I'm using Mochkit 1.4 and get the error in Firefox that callStack[i] has no properties when loading my web page. It seems to display correctly in FireFox, but not on IE6 or IE7. The error messages on IE are not helpful to tell me what is the problem as it refers to a line but doesn't tell me

[mochikit] Fix for CVE-2007-2381

2007-05-01 Thread Konstantin Ryabitsev
Hello: Will there be a fix for http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-2381 in the 1.3.1 branch? Cheers, Konstantin Ryabitsev, Fedora Project --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups MochiKit group.

[mochikit] Re: Fix for CVE-2007-2381

2007-05-01 Thread Bob Ippolito
On 5/1/07, Konstantin Ryabitsev [EMAIL PROTECTED] wrote: Hello: Will there be a fix for http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-2381 in the 1.3.1 branch? Nope. It's not a real security issue, not with MochiKit anyway. The recommended fix would mean supporting some junk that's not JSON

[mochikit] Re: Fix for CVE-2007-2381

2007-05-01 Thread Konstantin Ryabitsev
On May 1, 4:49 pm, Bob Ippolito [EMAIL PROTECTED] wrote: Will there be a fix forhttp://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-2381 in the 1.3.1 branch? Nope. It's not a real security issue, not with MochiKit anyway. The recommended fix would mean supporting some junk that's not JSON

[mochikit] Newbie, with IE7 error with form submission

2007-05-01 Thread Jim Carroll
Hi, on Firefox Mochikit is running very well. I used Firebug to feel my way through the available attributes, and got a nice in-place form submission in 80 lines of javascript. Now on IE7, the on-failure method of my get is always getting called. This code doesn't address the form directly,

[mochikit] Re: Newbie, with IE7 error with form submission

2007-05-01 Thread Bob Ippolito
On 5/1/07, Jim Carroll [EMAIL PROTECTED] wrote: Hi, on Firefox Mochikit is running very well. I used Firebug to feel my way through the available attributes, and got a nice in-place form submission in 80 lines of javascript. Now on IE7, the on-failure method of my get is always getting