? ? Pending

User tests: Successful: Unsuccessful:

avatar dgt41
dgt41
22 Feb 2017

Pull Request for Issue reported #12561 (comment) by @svenbluege .

Summary of Changes

Multiple instances of tinyMCE fail to initialise correctly.

Testing Instructions

Make sure that the default editor is tinyMCE

Edit administrator/components/com_content/models/forms/article.xml and add after

    <fieldset addfieldpath="/administrator/components/com_categories/models/fields" >

this:

        <field
                name="test2"
                label ="Test Field"
                type="editor"
                width="300"
                filter="safehtml"
                editor="tinymce"
                buttons="true"/>
        <field
                name="test3"
                label ="Test Field"
                type="editor"
                width="300"
                filter="safehtml"
                editor="tinymce"
                buttons="true"/>

Edit administrator/components/com_content/views/article/tmpl/edit.php and add after

                <fieldset class="adminform">
                    <?php echo $this->form->getInput('articletext'); ?>
                </fieldset>

this:

                <fieldset class="adminform">
                    <?php echo $this->form->getInput('test2'); ?>
                </fieldset>
                <fieldset class="adminform">
                    <?php echo $this->form->getInput('test3'); ?>
                </fieldset>

Expected result

Actual result

Documentation Changes Required


This change is Reviewable

avatar dgt41 dgt41 - open - 22 Feb 2017
avatar dgt41 dgt41 - change - 22 Feb 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 22 Feb 2017
Category JavaScript External Library
avatar dgt41 dgt41 - change - 22 Feb 2017
The description was changed
avatar dgt41 dgt41 - edited - 22 Feb 2017
avatar svenbluege
svenbluege - comment - 23 Feb 2017

Reviewed 2 of 2 files at r1.
Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

avatar infograf768 infograf768 - alter_testresult - 24 Feb 2017 - svenbluege: Tested successfully
avatar infograf768
infograf768 - comment - 24 Feb 2017

I have tested this item successfully on 6b7a3c7


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

avatar infograf768 infograf768 - test_item - 24 Feb 2017 - Tested successfully
avatar joomla-cms-bot joomla-cms-bot - change - 24 Feb 2017
The description was changed
avatar infograf768 infograf768 - change - 24 Feb 2017
Status Pending Ready to Commit
avatar joomla-cms-bot joomla-cms-bot - edited - 24 Feb 2017
avatar infograf768
infograf768 - comment - 24 Feb 2017

RTC thanks.


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

avatar infograf768
infograf768 - comment - 24 Feb 2017

Folks, when testing, please do not only comment on reviewable but add your tests in the issue tracker. Thanks

avatar rdeutz rdeutz - change - 24 Feb 2017
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-02-24 19:04:20
Closed_By rdeutz
Labels Added: ? ?
avatar rdeutz rdeutz - close - 24 Feb 2017
avatar rdeutz rdeutz - merge - 24 Feb 2017

Add a Comment

Login with GitHub to post a comment