Normally it was possible to add to the Joomla Form Field Media the Parameter preview="true" to show a permanent visible Preview Image of the Field. Now this isn't possible anymore! It always shows the "eye symbol". I personally think this is very useless cause the preview Image is very Important. Not sure how to fix this, it happens in Joomla 3.6 alpha!
Seems also the default Tooltip was replaced with the Bootstrap Popover. Check the 2 Images. The one on Top was with preview="true", the other one was the default. How can we fix this to work again??
Yes sure, I have also checked this Code! But there seems to be no Variable which can control the Output if Tooltip OR default
Hi dgt41, sorry but how should this work without modify the Core File. I can use in XML only the basic variables that are provided by this form field. Or am I missing something?? If you could provide a Solution that would be awesome.
In the Joomla Docs for this Field we have only these ... and before Joomla 3.6 it works.
@WS-Theme This field layout that you are referring to is not YET shipped with Joomla!. Joomla as for 3.5 and unless #10788 is accepted is not providing a bootstrapped version of the field (meaning that the field IS NOT using bootstrap popup for the preview, but instead the mootools tooltip!). Probably you were testing a PR and you forgot to undo the changes. That said tho, if bootstrap layout is accepted the fixed position will not be part of that, so in that case you will have to override the layout
Is there still an issue here or can this be closed
Status | New | ⇒ | Information Required |
Closed as we have a PR
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-06-21 08:18:16 |
Closed_By | ⇒ | brianteeman |
The relative code seems to be there: https://github.com/joomla/joomla-cms/blob/staging/layouts/joomla/form/field/media.php#L144
But you mention popover(?), if so that's the bootstrap version which might not have that option...