BP TinyMCE 0.3
-
I know that a lot of people were clamoring for a working version of TinyMCE, so this morning I did some work on BP TinyMCE. I just tagged version 0.3 in the repository.
The big challenge with bp-default compatibility is the places where updates are sent via ajax. Ideally I would be able to bind an action to the What’s New submit button before BP’s ajax is fired, so that I could write the contents of the TinyMCE box into the proper textarea before the ajax submit, but I couldn’t make it work. I settled on an unappealing but apparently quite functional hack: instead of rewriting the contents on *click*, it happens on *hover*, which will always come before click (especially since the TinyMCE box is not in the tabindex rotation). Let me know if this works for you.
In addition, I made improvements to make the tooltip language work properly without having to rename or copy any language files. There are also filters in some strategic places in the plugin, in case you want to modify the TinyMCE settings.
You must be logged in to reply to this topic.



