Topic: TinyMCE 3.4b2 Released
This beta fixes a few bugs but also introduces some new features that we didn't fit into the last release.
New flash player
The media plugin has now a new Flash player called MoxiePlayer. This player support mp4 and flv and is used as a fallback player for the HTML5 videos. We will tell you more about this player on the blog later on.
Contextual mceInsertContent command
A common problem has been that TinyMCE would be able to insert block elements like P into P elements and there for producing invalid contents. The new 3.4b1 would later clean that up and split these blocks to produce valid contents. The new 3.4b2 how ever will do this cleanup directly on the container element that you insert the contents to. This also fixes issues with the paste plugin where it would sometimes produce invalid children since it also uses the mceInsertContent command.
Bugs with scrollbar on IE8+
IE8 introduced a bug with the scrollbars since one of our workarounds for another bug would interfere. We have now resolved this issue and there is no longer any jerky scollbars on IE8 or IE9.
Thanks for all bug reports and feedback on the last beta. Feedback is always welcome.
Spocke - Main developer of TinyMCE
