-
Hmm, yes you are right, after some digging it turns out Tab Mix Plus is the culprit.
Sorry for the false alarm...
2008-05-19 10:54:42 UTC in TinyMCE
-
Anchor tags with
target="_self"
function as links withing TinyMCE (e.g. when clicked the web page changes to the href attribute of the anchor tag.
This occurs in the "full featured example".
2008-05-12 11:12:16 UTC in TinyMCE
-
I've noticed something else.
Simply resizing the TinyMCE window will cause the underline to stay in one place as the window grows and shrinks. Even with simple layout.
I believe it's caused by the positioning on the div (e.g. id="mce_editor_0_fcPreview") containing the underline. I think it may be possible to put that div in the forecolor span (e.g. id="mce_editor_0_forecolor") and...
2007-09-13 13:18:12 UTC in TinyMCE
-
I've just discovered this only occurs with
theme_advanced_layout_manager : 'RowLayout'
or at least it doesn't occur with
theme_advanced_layout_manager : 'SimpleLayout'.
2007-09-07 10:44:56 UTC in TinyMCE
-
When using mceAddControl and mceRemoveControl to enable/disable TinyMCE instances:
Select the color icon's arrow, select a color, the underline color switches to match that color. Close that TinyMCE instance, and the underline color remains.
Hope I've explained this enough.
2007-09-05 11:14:38 UTC in TinyMCE
-
There is a thread discussing this issue at:
http://tinymce.moxiecode.com/punbb/viewtopic.php?id=4891
Basically it occurs with multiple instances of TinyMCE on a page, with activation/deactivation handled by mceRemoveControl/mceAddControl.
Open more than one TinyMCE instance, then close one of those instances. Mouseover one of the still active instances and the subject error occurs...
2007-08-17 10:21:59 UTC in TinyMCE