Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

DOM and ModelAdmin


Go to End


29 Posts   6785 Views

Avatar
UncleCheese

Forum Moderator, 4102 Posts

15 February 2010 at 7:41am

Do the errors go away if you remove the DOM?

Avatar
joelg

Community Member, 134 Posts

15 February 2010 at 8:13am

Hmm, no, the errors are still there, even though DOM is removed... So I guess DOM is not the issue...

Avatar
joelg

Community Member, 134 Posts

15 February 2010 at 9:21am

Ok, I think I've solved the problem. I simply commented out line 86 and 187 in modeladmin.js

//tinyMCE.execCommand('mceRemoveControl', false, $(this).attr('id'));

I know it's bad practice, but since I don't use tinyMCE anywhere, it really doesn't matter.

Thanks Uncle Cheese for your support anyway...

Avatar
UncleCheese

Forum Moderator, 4102 Posts

15 February 2010 at 9:51am

There's a patch for that floating around somewhere. Just look up "tinymce modeladmin" in the forum.

Avatar
joelg

Community Member, 134 Posts

15 February 2010 at 9:55am

Ok, thanks.

Go to Top