?
avatar infograf768
infograf768
26 Jan 2018

Insert Image via the image xtd in TinyMCE

image_manip

As the feature is designed to be used from com_media (and does not really work there), it breaks in the xtd popup

avatar infograf768 infograf768 - open - 26 Jan 2018
avatar joomla-cms-bot joomla-cms-bot - change - 26 Jan 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 26 Jan 2018
avatar infograf768 infograf768 - change - 26 Jan 2018
The description was changed
avatar infograf768 infograf768 - edited - 26 Jan 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 26 Jan 2018
Status New Confirmed
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 26 Jan 2018

Issue confirmed.


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

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 26 Jan 2018

Issue confirmed.


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

avatar franz-wohlkoenig franz-wohlkoenig - change - 26 Jan 2018
Category com_media
avatar amone4
amone4 - comment - 24 Mar 2018

The following change in administrator>components>com_media>tmpl>media>default.php solved the bug

before
'editViewUrl' => JUri::root() . 'administrator/index.php?option=com_media&view=file' . $tmpl,
after:
'editViewUrl' => JUri::root() . 'administrator/index.php?option=com_media&view=file&tmpl=' . $tmpl,

But for some reason, the images won't get inserted into the article.
I have been experiencing this problem in 4.0-dev before I made this change though.
This particular issue has been addressed in #19922


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

avatar franz-wohlkoenig franz-wohlkoenig - change - 25 Mar 2018
Status Confirmed Closed
Closed_Date 0000-00-00 00:00:00 2018-03-25 06:01:00
Closed_By franz-wohlkoenig
avatar joomla-cms-bot joomla-cms-bot - close - 25 Mar 2018
avatar joomla-cms-bot
joomla-cms-bot - comment - 25 Mar 2018
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 25 Mar 2018

closed as having Pull Request #19976

Add a Comment

Login with GitHub to post a comment