Labels |
Added:
?
|
Title |
|
Category | ⇒ | Plugins |
Status | New | ⇒ | Discussion |
Title |
|
Labels |
Added:
J3 Issue
|
This is not from tinymce this is the joomla image manager
JCE uses its own image manager
If you read the issue you link to you will see that it confirms what I am saying but as you clearly don't believe me go to plugin manager and disable the Button - Image plugin which is what loads the joomla image manager
If I disable the Button - Image plugin, the Image button (on which I clicked) has disappeared below JCE.
The Image pop-up window is also responsive with Code Mirror.
But, it is an iframe window defined with a fixed size.
so we agree it is nothing to do with tinymce then ?
I'm not sure because there is also a css file for the popup window :
exactly what I have been sayinng
Note I do not disagree that there is an issue just that it is nothing to do with tinymce
The size of div (TinyMCE) is that defined of iframe :
<div id="mceu_103-body" class="mce-container-body mce-window-body mce-abs-layout" style="width: 798px; height: 498px;">
<iframe src="http://localhost/olaverre/administrator/index.php?option=com_media&view=images&tmpl=component&e_name=jform_articletext&asset=95&author=801" tabindex="-1">
</iframe>
</div>
With Code Mirror and JCE (external button : below), we have :
<div id="sbox-window" role="dialog" aria-hidden="false" class="shadow" style="z-index: 65557; left: 230px; top: 233px; width: 800px; height: 500px;"><div id="sbox-content" class="sbox-content-iframe" style="opacity: 1;">
<iframe src="http://localhost/olaverre/administrator/index.php?option=com_media&view=images&tmpl=component&e_name=jform_articletext&asset=95&author=801" frameborder="0" width="800" height="500"></iframe>
</div><a id="sbox-btn-close" href="#" role="button" aria-controls="sbox-window"></a></div>
In the script jce.js, we have :
Joomla.modal=function(el,url,width,height){var o={handler:"iframe",size:{x:width,y:height},url:url,onOpen:function(){$("#sbox-window").css({width:"auto",height:"auto"})}};...
This explains why the popup window is responsive with this editor.
Code Mirror and JCE editors use SqueezeBox (Expandable Lightbox). Unfortunately not for TinyMCE.
See :
joomla-cms/media/system/css/modal.css
Lines 55 to 61 in eb68e01
Filery is using the UI of TinyMCE for the dialog. Unfortunately, the dialogs are not responsive, so the dialog of Filery cannot be responsive too.
TinyMCE 5 incoming, which is responsive: https://www.tiny.cloud/developer-preview/
As far as I know from TinyMCE 4.6 up, it would not work for all browsers which are supported by Joomla.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-12-12 21:48:18 |
Closed_By | ⇒ | ReLater |
updated title - this is not a tinymce issue. it is an issue with the joomla media manager modal