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
-
Lim Chee Aun July 9th, 2009 @ 09:34 PM
- Tag set to bug, safari
May I know how do you code the 'els'?
-
Oskar Krawczyk July 9th, 2009 @ 09:50 PM
"els" would be a collection of elements.
This is what I do:
$$('.richtext').mooeditable()
The odd thing is that it didn't used to happen in Safari 3.
-
Lim Chee Aun July 10th, 2009 @ 10:10 AM
- State changed from new to open
Could not reproduce on Safari 4.0.2 (530.19.1) on Windows.
May I know which version of Safari were you testing on?
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.
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.