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

SimpleTinyMCEField in a popup, and combined files


Go to End


2144 Views

Avatar
HansR

Community Member, 141 Posts

20 February 2013 at 2:07pm

SimpleTinyMCEField fails in a popup due to a Javascript exception, unless combined files is disabled using the following in _config.php:
Requirements::set_combined_files_enabled(false);

While this works, I'd prefer to leave combined files enabled if possible. I assume that it ends up loading a combined javascript file that conflicts with the popup. What I'm not sure about is which module a bug report should be filed against. Is this a Silverstripe bug (i.e., a combined files bug) or a DataObjectManager one?

BTW, this is with Silverstripe 2.4.x.

Hans