Active
Project:
Tiny Tiny MCE
Version:
6.x-1.12
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2009 at 22:13 UTC
Updated:
7 Jun 2009 at 22:13 UTC
The javascript function resizeEditorBox gets only included in advanced mode on line 214:
(($mode =='advanced') ? tinytinymce_resize() : '').
But the default script for Simple mode adds on line 248:
init_instance_callback : "resizeEditorBox",
This generates an 'undefined' is null or not an object error in IE.
Solution is to always add tinytinymce_resize().