Skip to content
Advertisement

TinyMCE : Toolbar icons not appearing

I was exploring tiny mce editor for one of my project and what I found out was the Icons in the tool bar are not appearing. It is showing some unicode which the browser is unable to display. Here is the html code for the page:

JavaScript

On the other hand if I replace the script with

JavaScript

I am able to see all icons perfectly. I have added all the contents of js in the tinymce download into my web project in the js folder. Does anyone have a clue about this issue?

Advertisement

Answer

Okay I got this one working.

After carefully analyzing the console error, I found out that it was an issue of tinymce font which was not getting downloaded.

It was basically the issue of Mozilla Firefox’s security.fileuri.strict_origin_policy property which needed to be changed to false to relax the origin restriction. Now I am able to see those icons perfectly.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement