i got the same problem at first time loading the screen
but after a few reload, and switching back and forth between
visual and html mode. the problem cleared on it’s own
Here’s a temporary HACK to keep the Kimli functionality while restoring the post/page editors.
Simply comment out lines 35,36 and 404 from the kml_flashembed.php file in your plugins folder. Here’s where your file may be.
./wp-content/plugins/kimili-flash-embed/kml_flashembed.php
Lines 35 and 36 are:
if( !class_exists('buttonsnap') )
require_once ('buttonsnap.php');
and Line 404 is:
add_action('init', 'kml_flashembed_addbuttons');
BTW – Panic’s CODA rules!!!
Has this problem been resolved?
I am having this problem and I don’t think I have the Kimli plugin.
I installed the stripped down MCE version by ‘Gamiliar’ posted above and it is working now but I am not confident it will keep working.
Any updates on this problem.
Thanks.
Has anyone experienced this with WP 2.7?
I’ve had this problem where the HTML tab display content and code then when I click the Visual tab the content disappears (the bottom of the editor box comes up flush with the Visual tab) and clicking the HTML tab no longer displays code or content.
In my case, the problem turned out to be the WP-Decoratr plugin. Deactivating that plugin makes the problem go away. Sadly that was one of the neater plugins I use with my 2.7.1 install.