Highlight text inside the article to add a menu link to point towards an exisiting internal menu link, click the link button and there is no selection choice. However if I highlight text and click the cms button I get the option to choose.
When I click the tinyMce link button I expected to be given a choice of internal Menu/Article items to link to
No choice for the url, I can only insert/paste an external link
Localhost 3.1.7 64bit services, PHP 7.2.14, Apapache 2.4.37, MySql 5.7.24
Sorry guys if this is not what you want but I have decided to replicate my current website using Joomla 4, This is one issue, dont know if this is the type of help you need
Labels |
Added:
J4 Issue
|
Status | New | ⇒ | Information Required |
@franz-wohlkoenig No it is a different issue. Add link is a tinymmce feature that is not aware of joomla. The cmsactions link is a joomla plugin that is aware of joomla
thanks @brianteeman, so clsoing as no core-issue?
If I understand this right, it sounds like perhaps a UX issue. In the sense that it is a separate flow to create a link to an external URL, or an internal URL. This being, perhaps sub optimal that the user needs to understand this difference at the start of the "Add a link to an article" work flow.
@neiljames does that sound like what you were thinking?
Click on TinyMCE link button...
Link to another article on the site, click the "CMS Content" button, then "Article"...
All screen-grabs of Joomla 4 current nightly.
There seems to be a definite split between the add link or use the cms for internal linking, the tinyMce link allows you to add the following - Text to Display - Title - Rel - Open Link in, which is more advanced. When I use the cms button I have to add the items listed by coding them directly.
To me using the cms button causes a far more complex way of adding the full contents of the anchor tag, what if the user does not know of these important instructions. The tinyMce way of choosing from a short menu inside the modal is far better.
Title |
|
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-04-23 04:38:44 |
Closed_By | ⇒ | infograf768 |
This is not a core issue. Joomla uses TinyMCE as default editor and therefore its functionalities as they are provided by this 3rd party extension.
The main reason to touch as less as possible to 3rd party libraries in Joomla is a matter of maintenance.
Our plugins hooks into Tiny as they hook into other editors like CodeMirror, NoEditor or others.
One is free to use the third party JCE extension for example where TinyMCE is part of a component where TinyMCE is modified to provide more options.
Closing.
@bembelimen is this resolved by #24110?