In Joomla administration, open an article while having TinyMCE set as editor in extended mode.
Click the insert/edit link button in the MCE toolbar.
In most sites, when users insert a link it is rarely the case that a rel attribute is needed, and in only a fraction of those cases will the user be linking to an alternate version of the current piece of content.
There should be a "None" option for the rel field and it should be the default.
The Rel attribute dropdown will default to "alternate" when adding a link.
It is impossible to not set a rel attribute
Joomla 3.x, TinyMCE editor, extended
This can be fixed by adding array('title' => 'None', 'value' => ''),
as the first element of the $scriptOptions['rel_list']
array in /plugins/editors/tinymce/tinymce.php
Status | New | ⇒ | Confirmed |
i think this is a mistake in tinymce because a link element must have a rel attribute but an a element does not have to have a link element.
I will look at creating a Pr
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-07 09:31:00 |
Closed_By | ⇒ | brianteeman |
Issue confirmed.
System information
3.7.3-dev (latest nightly build)
Multilanguage Site
macOS Sierra, 10.12.5
Firefox 53 (64-bit)
MAMP 4.1.1