[wp-trac] [WordPress Trac] #33192: WYSIWYG editor Visual tab doesn't load when going from Text to Visual
WordPress Trac
noreply at wordpress.org
Fri Jul 31 05:59:34 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
---------------------------+-----------------------------
Changes (by netweb):
* severity: normal => blocker
* milestone: Awaiting Review => 4.3
Comment:
Confirmed in 4.3 Beta 1, RC1 and /trunk (r33525), '''not''' reproducible
in 4.2, 4.1, 4.0, or 3.9
Repro steps are the same as originally provided except you need to use
`/build` or the .zip download package
Alternate repro: Edit any post via the `Text` tab and save by clicking
`Update`, now click the `Visual` tab
With `define( 'SCRIPT_DEBUG', false );` or `SCRIPT_DEBUG` not defined the
compressed and concatenated TinyMCE file that should be loading for
`/build` is `wp-tinymce.js.gz`,
See [https://core.trac.wordpress.org/browser/trunk/src/wp-includes/class-
wp-editor.php#L1199 /wp-includes/class-wp-editor.php#L1199] and
[https://core.trac.wordpress.org/browser/trunk/src/wp-includes/js/tinymce
/wp-tinymce.php#L29 /wp-includes/js/tinymce/wp-tinymce.php#L29]
{{{
// Load tinymce.js when running from /src, else load wp-tinymce.js.gz
(production) or tinymce.min.js (SCRIPT_DEBUG)
}}}
Last related change to any of this was r32543
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33192#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list