Options
TinyMCE WYSIWYG Plugin Feedback

This is the initial version so it might be a little rough. TinyMCE is a tank! I'd appreciate any feedback.
Thanks!
Thanks!
1
Comments
I've alerted the devs to it.
- I've updated class.headmodule.php
- I see two entries listed for "Vanilla TinyMCE" in my plugins list
- The second plugin list item only has an enable button, which doesn't work
- I can't disable the plugin once its enabled
- I also don't see a "Remove" button for the plugin
- TinyMCE doesn't appear on any discussion pages
- I switched back to the default Vanilla theme and it still doesn't work
Random feedback:now in any discussion I have above tinyMCE the default option to post a comment, and soon after I submit a comment above the wyswyg editor a new text box (the default one) is made visible as well?
what can i comment disable in order to have only the wyswyg?!
thanks
Shame on windows-minded programmers )
I have the same problem as Ebli.
1. When i post a comment with Tiny, a new text box appears. So, i have a normal text box + tiny editor box.
If you want to see it : http://uppix.net/8/4/5/0c12cbd4e4e2a341f2890c990b3da.png
2. When this plugin is enable, the full screen youtube mode is broken (not particular plugin for youtube, just vanilla 2 base).
$(parent).find('textarea').show();
in resetCommentForm() function at applications/vanila/js/dicsussion.js
var parent = $(sender).parents('div.CommentForm');
$(parent).find('li.Active').removeClass('Active');
$('a.WriteButton').parents('li').addClass('Active');
$(parent).find('div.Preview').remove();
(parent).find('textarea').show();
$('span.TinyProgress').remove();
}
Same thing happens after plugin réinstall.
It turns out you named the JS file "tiny_mce.js" while in default.php you called it "tinymce.js".
1. A regular text box pops up ontop of the tinymce box when you click "Post Answer"
2. The tinymce box fails to appear when you click edit when you edit a conversation with more than 2 comments. Vanilla uses javascript to create a new textarea that TinyMCE fails to detect.
Can someone help find the fixes for these bugs?