Topic: TinyMCE 3.3.4 Released
This release fixes an important issue for non western languages that use things like "input method" for entering characters into the editor on IE. We also fixes some minor issues here and there mainly IE issues.
We also added detection logic for iPhone/iPad so that TinyMCE doesn't get initialized on these devices. It's currently impossible for us to add iPhone/iPad support since WebKit on these devices lacks any for of caret within contentEditable areas. Even though this detection logic will keep TinyMCE from being initialized it's recommended to do the device checking on the server side since the main script of TinyMCE will be loaded even though it can't be used.
See the changelog for details.
Spocke - Main developer of TinyMCE