?
avatar brianteeman
brianteeman
16 Sep 2016

Steps to reproduce the issue

Enable beez3 as your template
login on the front end
click to edit an article

Expected result

All icons on the editor toolbar to be present

Actual result

icons for the xtd-editor buttons are missing

System information (as much as possible)

joomla 3.6.2

Additional comments

avatar brianteeman brianteeman - open - 16 Sep 2016
avatar brianteeman brianteeman - change - 17 Sep 2016
Labels Added: ?
avatar Minei3oat
Minei3oat - comment - 17 Sep 2016

The classes for the images are not defined.

avatar Minei3oat
Minei3oat - comment - 17 Sep 2016
avatar Minei3oat
Minei3oat - comment - 17 Sep 2016

Protostar imports media/jui/less/icomoon.less which defines the needed classes.

avatar dgt41
dgt41 - comment - 17 Sep 2016

TinyMCE got it's own version of icomoon (named tinymce) https://github.com/joomla/joomla-cms/tree/staging/media/editors/tinymce/skins/lightgray/fonts and the buttons are using that one. The problem that exist is that tinyMCE got two versions of that font with the one having a lot less icons and Joomla is using that as default for the desktop.
To test edit tinymce.php and https://github.com/joomla/joomla-cms/blob/staging/plugins/editors/tinymce/tinymce.php#L798
replace

$smallButtons = 'toolbar_items_size: "small",';

with

$smallButtons = '';
avatar brianteeman brianteeman - change - 2 Oct 2016
Category Plugins Templates (site)
avatar brianteeman brianteeman - change - 2 Oct 2016
Status New Confirmed
avatar brianteeman
brianteeman - comment - 9 Dec 2016

So long and farewell

avatar brianteeman brianteeman - change - 9 Dec 2016
The description was changed
Status Confirmed Closed
Closed_Date 0000-00-00 00:00:00 2016-12-09 15:34:47
Closed_By brianteeman
avatar brianteeman brianteeman - close - 9 Dec 2016

Add a Comment

Login with GitHub to post a comment