Hi there,
first of all, thank you very muck for such a great editor!
Secondly, I'm recofiguring TinyMCE 3 RC1 into my CMS (previously 2.1.3). I've stuck with such problems:
1. Path location block (bottom bar) isn't shown in my configuration, no editor resizer shown either. Is something changed?
2. "Insert/edit anchor" does not show anchor image in editor content if I use o2k7 skin and deleted "default" skin. So I suggest to move out this image into themes\advanced\img dir and change both content.css files with these lines
a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(../../img/items.gif) no-repeat bottom left;}
img.mceItemAnchor {width:12px; height:12px; background:url(../../img/items.gif) no-repeat;}
because everyone should be able to remove unnecesary skin.
3. I had the same problem with Opera browser when GZIP compressor was used (mygoggie post). His suggestion worked out for me well. Thank you mygoggie
.
4. With Firefox 2.0.0.11 tested Firebug inspects me about TinyMCE JS error: t.getElement() has no properties. This may be related to jQuery maybe, because I'm using it for HTML effects and AJAX calls. In your Examples section everything works fine.
Update: I found out, that this JS error occurs only when mode : 'exact' is used in tinyMCE.init(). jQuery or other JS script has no affect to this problem
.
5. In Firefox 2.0.0.11 I get strange problem: for the first time TinyMCE is loaded with no textareas set. When I press on a link that with AJAX loads another HTML inner content into div container, no outer editor borders are shown, the second time I press the same link, tinymce attaches to textareas one more time, but this time with correct outer editor borders (1px border, o2k7 skin). Is this my css problem or what, could my css file override TinyMCE declarations? P.S. this bug occurs only in Firefox, Opera and IE (wow
) such problem does not exist.
Last edited by thunder-ltu (2008-01-11 17:22:54)