I’m having some problems with TinyMCE in rev 1581. I’m using the default full-featured mode.
1. I switched to HTML view and entered an image link using:
<img src="[(base_url)]asssets/images/foo.gif">
This was "corrupted" by TinyMCE and doesn’t work. It was uuencoded to:
<img src="/%7Eandy/verrette/manager/%5B%28base_url%29%5Dassets/images/logo.gif">
2. When adding a link the ID and class items on the advanced tab don’t appear to do anything. I tried entering id and class names and then I checked the HTML and didn’t see them.
3. When selecting a link and clicking on the link button, the URL field is blank rather than showing what the link is currently set to.
4. In the user interface settings I have specified a CSS file. I can see it had some effect because my text is now centered (I have the body tag set to center everything in my CSS file). However the Styles List is still empty in both the toolbar and when editing a URL.
It looks nice and loads quicker than FCKeditor but these problems are rather critical I think. Any help is appreciated!
Update: I upgraded to the latest version 2.0.6.1 and I still have the same problems.
Andy