I have the latest TinyMCE installed (jquery version) on some custom forms I'm working on for a client. I created a custom styles file, and changed the init to point to the correct file (as well as load it where necessary.
The custom styles are correctly loaded with my styles, and they work, except for one thing. When you select unstylized text, and select a style nothing happens at all. No new class is assigned to the text that I've selected (all the custom css is custom classes (with @font-face).
However, if I open the HTML portion of TinyMCE and manually add class="garbage", then try to assign a style, it replaces garbage with the correct class. The text & font updates correctly as well.
It just will not update at all when there is no class already assigned.
Note: Also tried modifying other elements first (making it h1,h2, aligned differently etc..) but it still will not update the class unless I set it to anything manually first.