?
avatar Bakual
Bakual
26 Sep 2017

Steps to reproduce the issue

Check the editor-xtd buttons in TinyMCE. The icons use a <i> tag instead of a (semantically correct) <span> tag.
In other editors where the buttons are shown below the editor, <span> is used.

Expected result

Uses span

Actual result

Uses i (italic)

Additional comments

Now this may be something which comes from TinyMCE itself.
I noticed because it broke the icon for the ARS button (akeeba/release-system#126) and may as well have broken it for other extensions.

avatar Bakual Bakual - open - 26 Sep 2017
avatar joomla-cms-bot joomla-cms-bot - change - 26 Sep 2017
Title
Editor Buttons in TinyMCE use <i> instead of <span> for icons
Editor Buttons in TinyMCE use instead of for icons
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 26 Sep 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 26 Sep 2017
Category Code style
avatar franz-wohlkoenig franz-wohlkoenig - change - 26 Sep 2017
Status New Confirmed
avatar joomla-cms-bot joomla-cms-bot - edited - 26 Sep 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 26 Sep 2017

Status "Confirmed" on Issue Tracker.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18120.

avatar infograf768 infograf768 - change - 26 Sep 2017
Title
Editor Buttons in TinyMCE use instead of for icons
Editor Buttons in TinyMCE use `` instead of `` for icons
avatar infograf768 infograf768 - edited - 26 Sep 2017
avatar esedic
esedic - comment - 27 Sep 2017

<i> tags are generated inside media/editors/tinymce/tinymce.min.js file

avatar Bakual
Bakual - comment - 27 Sep 2017

Can we do anything or is that something which has to be fixed upstream in the TinyMCE repo?

avatar dgt41
dgt41 - comment - 27 Sep 2017

We need to open an issue upstream. Although this is a b/c breaking change so keep low expectations

avatar brianteeman
brianteeman - comment - 27 Sep 2017

As the version of tinymce we use in j3 is no longer actively supported i would not expect an update. If the newer version of tinymce that is used in J4 has the same issue then it might be fixed there but wont help the issue reported here

avatar Bakual
Bakual - comment - 27 Sep 2017

I opened an issue on their repo: tinymce/tinymce#3954
Lets see how it goes.

I'm closing this one here.

avatar Bakual Bakual - change - 27 Sep 2017
Status Confirmed Closed
Closed_Date 0000-00-00 00:00:00 2017-09-27 12:47:22
Closed_By Bakual
avatar Bakual Bakual - close - 27 Sep 2017
avatar brianteeman
brianteeman - comment - 7 Aug 2018

we can fix it ourselves by creating our own theme for tinymce instead of using one of the vendor supplied themes (if i read the code correctly)

Add a Comment

Login with GitHub to post a comment