No Code Attached Yet J4 Issue bug
avatar paul-muckypuddle
paul-muckypuddle
10 Aug 2017

Steps to reproduce the issue

  1. Create a form field of type combo with the required attribute set to true
  2. Access a screen displaying the form field
  3. Select an option

Expected result

The field contains the selected option and no validation highlighting

Actual result

The field is highlighted as invalid (i.e. red, bold text and a red border) until a second valid selection is made (or another pair of focus / blur events occur on the field)

System information (as much as possible)

Joomla 3.7.4
PHP 5.6.30
Apache 2.4
Centos 7

Additional comments

<field name="etd" type="combo" filter="text" required="true" label="COM_XXX_FORM_LBL_XXX_ETD" description="COM_XXX_FORM_DESC_XXX_ETD" hint="COM_XXX_FORM_DESC_XXX_ETD">
      <option value="1">1 Hours</option>
      <option value="2">2 Hours</option>
      <option value="3">3 Hours</option>
      <option value="4">4 Hours</option>
      <option value="5">5 Hours</option>
      <option value="6">6 Hours</option>
      <option value="7">7 Hours</option>
      <option value="8">8 Hours</option>
      <option value="9">9 Hours</option>
      <option value="10">10 Hours</option>
      <option value="11">11 Hours</option>
      <option value="12">12 Hours</option>
</field>
avatar paul-muckypuddle paul-muckypuddle - open - 10 Aug 2017
avatar joomla-cms-bot joomla-cms-bot - change - 10 Aug 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 10 Aug 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 10 Aug 2017
Category Fields
avatar brianteeman brianteeman - change - 25 Mar 2018
Labels Added: J3 Issue
avatar brianteeman brianteeman - labeled - 25 Mar 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 21 Apr 2018
Status New Discussion
avatar jwaisner jwaisner - change - 13 Mar 2020
Status Discussion New
avatar SharkyKZ SharkyKZ - change - 15 May 2020
Status New Confirmed
avatar chmst chmst - change - 12 Nov 2022
Labels Added: No Code Attached Yet
Removed: J3 Issue ?
avatar chmst chmst - unlabeled - 12 Nov 2022
avatar chmst
chmst - comment - 12 Nov 2022

Very old issue and the linked Video does not exist anymore.

But valid issue. In J4 the Formfield type="combo" does not work at all.
Obviously nobody ever used this field type.

avatar alikon alikon - change - 12 Nov 2022
Labels Added: ?
avatar alikon alikon - labeled - 12 Nov 2022
avatar chmst chmst - change - 17 Nov 2022
Labels Added: J4 Issue
Removed: ?
avatar chmst chmst - labeled - 17 Nov 2022
avatar chmst chmst - unlabeled - 17 Nov 2022
avatar Hackwar Hackwar - change - 18 Feb 2023
Labels Added: bug
avatar Hackwar Hackwar - labeled - 18 Feb 2023

Add a Comment

Login with GitHub to post a comment