? ? Pending

User tests: Successful: Unsuccessful:

avatar Fedik
Fedik
20 Feb 2023

Pull Request for Issue #39848 .

Summary of Changes

Fixing the tooltip for table layout with groupByFieldset="true" parameter

Testing Instructions

Create a subform, somewhere:

<field type="subform" name="teest" label="Subform"
  groupByFieldset="true" multiple="true"
  layout="joomla.form.field.subform.repeatable-table">
  <form>
    <fieldset name="set1" label="set1" description="Set 1 description">
        <field type="text" name="text" label="text"/>
        <field type="textarea" name="bigtext" label="bigtext"/>
    </fieldset>
    <fieldset name="set2" label="set2" description="Set 2 description">
        <field type="text" name="text2" label="text2"/>
        <field type="textarea" name="bigtext2" label="bigtext2"/>
    </fieldset>
  </form>
</field>

And check the table header, there should be tooltip with a description text on hover.

Actual result BEFORE applying this Pull Request

Tooltip icon is visible but no text

Expected result AFTER applying this Pull Request

Tooltip icon is visible, and there a text

Link to documentations

Please select:

  • No documentation changes for docs.joomla.org needed
  • No documentation changes for manual.joomla.org needed
avatar joomla-cms-bot joomla-cms-bot - change - 20 Feb 2023
Category Layout
avatar Fedik Fedik - open - 20 Feb 2023
avatar Fedik Fedik - change - 20 Feb 2023
Status New Pending
avatar joomdonation joomdonation - test_item - 20 Feb 2023 - Tested successfully
avatar joomdonation
joomdonation - comment - 20 Feb 2023

I have tested this item successfully on 369a569


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

avatar viocassel viocassel - test_item - 20 Feb 2023 - Tested successfully
avatar viocassel
viocassel - comment - 20 Feb 2023

I have tested this item successfully on 369a569


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

avatar alikon alikon - change - 20 Feb 2023
Status Pending Ready to Commit
avatar alikon
alikon - comment - 20 Feb 2023

RTC


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

avatar richard67 richard67 - change - 20 Feb 2023
Labels Added: ?
avatar richard67
richard67 - comment - 20 Feb 2023

RTC


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

avatar roland-d roland-d - change - 22 Feb 2023
Labels Added: ?
avatar roland-d roland-d - close - 22 Feb 2023
avatar roland-d roland-d - merge - 22 Feb 2023
avatar roland-d roland-d - change - 22 Feb 2023
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2023-02-22 15:28:54
Closed_By roland-d
avatar roland-d
roland-d - comment - 22 Feb 2023

Thank you

Add a Comment

Login with GitHub to post a comment