?
avatar hfittipaldi
hfittipaldi
17 Apr 2016

Steps to reproduce the issue

<field name="images"
                       type="repeatable"
                       icon="images"
                       description="PLG_TINY_FIELD_TEMPLATE_FIELD_ELEMENTS_DESC"
                       label="Carousel images"
                       maximum="10"
                       filter="raw"
                       default="{'main_image':'','description':''}">
                    <fields name="params">
                        <fieldset hidden="true" name="images_modal" repeat="true">
                            <field name="main_image"
                                   type="media"
                                   preview="tooltip"
                                   directory="images"
                                   label="Main image"
                                   description="This is the main image for this slide" />
                            <field name="description"
                                   type="editor"
                                   editor="none"
                                   buttons="true"
                                   width="250"
                                   height="80"
                                   hide="image,module,readmore,pagebreak"
                                   label="Image description"
                                   description="The description text for the image" />
                        </fieldset>
                    </fields>
</field>

Expected result

Open a modal to choose an article

Actual result

A new page opens and the article cannot be selected

System information (as much as possible)

Joomla 3.5.1
Apache/2.4.12 (Ubuntu)
Database client version: libmysql - 5.6.28
PHP extension: mysqliDocumentation curlDocumentation mbstringDocumentation
PHP version: 5.6.11-1ubuntu3.1

Additional comments

avatar hfittipaldi hfittipaldi - open - 17 Apr 2016
avatar brianteeman
brianteeman - comment - 17 Apr 2016

Sadly this is a known issue that is already on the tracker and doesn't have
a solution yet but thanks for reporting

avatar brianteeman brianteeman - change - 17 Apr 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-04-17 07:47:51
Closed_By brianteeman
avatar brianteeman brianteeman - close - 17 Apr 2016
avatar brianteeman brianteeman - close - 17 Apr 2016
avatar brianteeman brianteeman - change - 22 Apr 2016
Labels Added: ?
avatar ashishsinghjmd
ashishsinghjmd - comment - 10 Jul 2019

Hello brianteeman is this problem solved or still exists as i have a situation to use this.
And editor is not working event not editable inside repeatable form field.
please revert if any solution.
Thanks

avatar ReLater
ReLater - comment - 10 Jul 2019

The repeatable field is deprecated. Try subform field instead. https://docs.joomla.org/Subform_form_field_type

Add a Comment

Login with GitHub to post a comment