Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing text/icon in custom toolbar buttons #2466

Closed
webismymind opened this issue Nov 12, 2015 · 2 comments
Closed

Missing text/icon in custom toolbar buttons #2466

webismymind opened this issue Nov 12, 2015 · 2 comments

Comments

@webismymind
Copy link

Here is the code used to initialize TinyMCE and its toobar:

tinymce.init({ 
    theme: "modern",
    plugins: [  "pagebreak", "textcolor", "table", "searchreplace", "image" ],
    toolbar1:  "undo redo | fontselect fontsizeselect formatselect | bold italic underline strikethrough forecolor backcolor | bullist numlist | alignleft aligncenter alignright alignjustify | outdent indent | pagebreak"
});

On Google Chrome (MacOS), the toolbar is OK:
Result on Google Chrome (MacOS)

On Firefox (MacOS), the "fontselect", "fontsizeselect" and "formatselect" are empty:
Result on Firefox (MacOS)

Note that if I don't specify any custom toolbar, then the toolbar is OK both on Firefox and Chrome.

@spocke
Copy link
Member

spocke commented Nov 26, 2015

Can this be reproduced on the tinymce site or in a fiddle.tinymce.com could be a css conflict?

@webismymind
Copy link
Author

Thanks for your answer.

I tried to reproduce on fiddle.tinymce.com (which I should have done in the first place), but everything was working well.

So I tried again in our application and the problem has disappeared! All toolbar buttons are now visible and the toolbar has the same "flat" look as in Google Chrome.

I don't know if something has changed on our side (I don't think so) or if the upgrade to Firefox 42.0 fixed this issue. Anyway, sorry for bothering and thanks again.

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

No branches or pull requests

1 participant