Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Wordpress 3.3 tinyMCE problem #391

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 2 comments
Closed

Wordpress 3.3 tinyMCE problem #391

GoogleCodeExporter opened this issue Apr 6, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Install wordpress
2. Visit /wp-admin/post-new.php
3. Reload /wp-admin/post-new.php a couple times

What is the expected output? What do you see instead?
A bunch of JS isn't being generated correctly resulting in timyMCE (the text 
editor) not loading

What version of the product are you using (please check X-Mod-Pagespeed
header)?
0.10.21.2-1381

On what operating system?
Apache 

Which version of Apache?
2.6.1

Which MPM?
prefork 

Please provide any additional information below, especially a URL or an
HTML file that exhibits the problem.
Disabling rewrite_javascript fixes the problem. 
Started happening after 0.9.18.6


Original issue reported on code.google.com by will...@gmail.com on 23 Feb 2012 at 5:15

Attachments:

@GoogleCodeExporter
Copy link
Author

Yes, we have seen problems with tinyMCE in the past as well.

The solution should be to add a

ModPagespeedDisallow

for the tinyMCE JS file. We have such statements on by default for most 
spellings of that file:

ModPagespeedDisallow *js_tinyMCE*
ModPagespeedDisallow *tiny_mce*
ModPagespeedDisallow *tinymce*

Original comment by sligocki@google.com on 23 Feb 2012 at 6:23

  • Changed state: Duplicate

@GoogleCodeExporter
Copy link
Author

We currently blacklist tinymce.js but the checking is case sensitive.
Please add this line to your pagespeed.conf file and restart Apache:

  ModPagespeedDisallow */tinyMCE.js

This directive is documented here:
http://code.google.com/speed/page-speed/docs/restricting_urls.html

Original comment by matterb...@google.com on 23 Feb 2012 at 6:25

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant