[wp-trac] [WordPress Trac] #33192: WYSIWYG editor Visual tab doesn't load when going from Text to Visual
WordPress Trac
noreply at wordpress.org
Sat Aug 1 22:41:27 UTC 2015
#33192: WYSIWYG editor Visual tab doesn't load when going from Text to Visual
---------------------------+-----------------------------
Reporter: stuartshields | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.3
Component: TinyMCE | Version: trunk
Severity: blocker | Resolution:
Keywords: needs-patch | Focuses: administration
---------------------------+-----------------------------
Comment (by azaozz):
Still cannot reproduce here neither from /build nor from clean RC1
install...
I doubt this is build tools related. More likely to be script load order
related (i.e. a consequence of concatenating the scripts or loading them
faster).
A question for the people that can reproduce: after you switch to Visual
and the editor doesn't show, is the TinyMCE instance missing (TinyMCE is
not initialized) or it is there but set to "hidden"? To test, run these in
the console:
{{{
tinymce.activeEditor; // should show the editor instance, `null` if not
initialized
}}}
If this is present, run:
{{{
tinymce.activeEditor.isHidden();
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33192#comment:12>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list