Perhaps you did this already but I have found it useful if you can, and you need to run w7, to use the debugger on ie9,set it to ie7 mode and see what happens. I have had lots of things not run smoothly on w7 and work fine otherwise.

good luck

On 10/25/2011 1:10 PM, kstubs wrote:
I may have to repost, but I'll state what I think the issue may be here first.

OK, so IE7. I have a class and I mixin an object called SimpleForms. These methods are not available in the intialize method for the class. So,

var myClass = Class.create(SimpleForms, {
initialize: function() {
  this.SimpleForms_Method('xyz');'
}
});

Code errors on the call to: this.SimpleForms_Method in IE7 only. Is this an IE7 issue? Is this a Prototype bug, or know IE7 limitation?

Karl..
--
You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To view this discussion on the web visit https://groups.google.com/d/msg/prototype-scriptaculous/-/S5KKB4GZzbYJ. To post to this group, send email to prototype-scriptaculous@googlegroups.com. To unsubscribe from this group, send email to prototype-scriptaculous+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.

--
You received this message because you are subscribed to the Google Groups "Prototype 
& script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to