WYSIWYG

Has anyone else had trouble with the WYSIWYG add-on crashing Ajax? If I try to load an edit view or quick create view on a page with Ajax enabled, I get a white screen. It only works when I turn off Ajax for that module, but that’s not really practical when it needs to be part of a quick create in a subpanel.

The only somewhat promising thing I’ve found is this line in include/SugarFields/Fields/Wysiwyg/SugarFieldWysiwyg.php:

$config[‘elements’] = $vardefs[‘name’];

I’m pretty sure $vardefs should be $vardef, since that’s how it appears everywhere else in that file. But changing it has no effect except that it stops WYSIWYG fields from saving correctly.