#16578 closed enhancement (duplicate)
TinyMCE plugins are not loaded as .dev.js when SCRIPT_DEBUG is enabled
| Reported by: | solarissmoke | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | TinyMCE | Version: | 3.1 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
In trunk, when SCRIPT_DEBUG is enabled, TinyMCE does not load plugins using .dev.js scripts. It would be nice if it did.
Change History (5)
#2
@
16 years ago
No, there are only a couple of TinyMCE plugins loaded using script-loader.php, and that's because they have dependencies. The rest are loaded differently, and that's where the issue it.
Try any of the other TinyMCE plugins: wpeditimage, wordpress, inlinepopups, spellchecker, tabfocus etc.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
All the instances in core of TinyMCE plugin loading I could find use the
$suffixvariable, which add.devas necessary. Couldn't reproduce on my trunk install either.http://core.trac.wordpress.org/browser/trunk/wp-includes/script-loader.php#L268