#8 open
Oskar Krawczyk

Doesn't initialize on Safari 4 when using els.mooeditable()

Reported by Oskar Krawczyk | July 9th, 2009 @ 07:47 PM | in 0.5

I've seen this behavior before. One way to fix this is by replacing:

Element.implement({
    mooEditable: function(options){
        return this.get('mooeditable', options);
    }
});

With:

Array.implement({
    mooEditable: function(options){
        return this.get('mooeditable', options);
    }
});

Do you think this is more of a MooTools bug?

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

A simple web-based WYSIWYG editor, written in Mootools.

People watching this ticket

Tags

Pages