8 months and still no fix ?
My temporary solution on the neighborhodd theme 1.68 (same solution for all themes imo):
===================================================================
--- page-builder.js
+++ page-builder.js
@@ -232,7 +232,7 @@
if ( isTinyMceActive() != true ) {
$('#content').val(shortcodes);
} else {
- tinyMCE.activeEditor.setContent(shortcodes, {format : 'html'});
+ tinyMCE.get('content').setContent(shortcodes, {format : 'html'});
}
}
}