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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.