Google Pagespeed is pointing out our tinymce.js for using dynamically injecting document.write() which can delay page load by tens of seconds.
We are using version 3.5.8 without customizations.
Any idea how to fix this?
Best regards,
Jane
TinyMCE 3.x has not been a supported/developed release of TinyMCE for years now so unless you wanted to attempt to modify the source code of TinyMCE yourself there is really no way to get this "fixed".
TinyMCE's current release is 5.6 so I would start by using the most recent release and seeing if that has any issues. If it does you can report them to TinyMCE at our GitHub Issue tracker: https://github.com/tinymce/tinymce/issues
Related
A day ago my prestashop website, in the comment box of the blog started to display the following message:
And entering the post that explains how to migrate the version of TinyMCE , I do not understand very well how to perform these steps in my prestashop.
How can I update this?a
if you are using a third-party module to make your blog it might be is including its own version of TinyMCE. You should try to dig in its code to understand that.
If this is not the case, the blog uses TinyMCE which is normally included in Prestashop core.
On said that, this second case is likely to be the one. Update the e-commerce unlikely will solve your problem. I honestly don't remember in which version they are with TinyMCE but doing an upgrade like that might break back-office editor forms so I don't think they are keen on that at the moment. They are doing a major rollover to Symfony, I am pretty sure this is their priority right now. As said in one comment, Prestashop's dev team has to solve the issue on their side.
Sitefinity site was upgraded from 8.2 to 12.2. But while trying to edit or create new content, the system is not responding. When checking the content goes to draft mode. Need some help with this. Users are not able to add any content because of this issue.
I am stuck with this. Please need some help to resolve this. Sitefinity support mentioned to disable the workflows and try, but that also did not work. Tried upgrading many times.
my Joomla-backend ist destroyed. i can do a log in in a normal way, but then i see only text, no graphics. and also the wohle site is not visible and i can't scoll it. i made a screenshot, please look at it to see what i mean. i have to upgrade my Joomla Version but i cant do it with this broken backend. The current Joomla Version is 1.5.26
So, how can i fix this? I need full acces to my backend. Please help.
This is why we should not use older version of joomla.
you must install newer version of joomla
It is more reliable and secure.
Here is the step by step migration process
I am using iTextSharp to read pdf file. I am using pdfreader.GetPageContent() and PdfTextExtractor.GetTextFromPage() methods using simple text extraction strategy.
Both the methods not reading all the pdf's.
For one pdf if I use GetTextFromPage it's throwing Index was outside the bounds of the array exception(that page having bullet marks and special chars).
How to solve this problem ?
Recently a few bugs were fixed, so you have two options:
Wait for 5.1.4 to be released
Download and build the latest SVN yourself.
If you still have issues after building the latest SVN, either submit a bug report at sourceforge or subscribe to the mailing list and post there.
The recent bug fixes may or may not fix your specific problem. People keep complaining about the parsers, but many are unwilling to submit sample PDF(s) that reproduce the issue.
In other words, if the fixes don't solve your problem and you're unwilling to submit a bug report and sample PDF(s) you're out of luck.
The contents of my Outline view keep disappearing (nothing in the window) in eclipse (Indigo).
I've been trying to use Bookmarks as a workaround, but regularly after a I save, my booksmarks all get cleared!
I'm using the Force.com IDE plugin - I think it might be a bug in there.
Anyone know if there's a way to fix this? It's hard to navigate without an outline or bookmarks.
thanks
I confirmed this with some Salesforce people, it is because I'm using javascript remoting with the #RemoteAction keyword, which is part of API version 22 Spring '11, and nd the Force.com IDE doesn't support this yet. It's currently at API version 20 (Winter'11 I think?). That's causing the Outline to break. Hopefully they'll release an update soon.