? ? Pending

User tests: Successful: Unsuccessful:

avatar regularlabs
regularlabs
10 Apr 2021

When using the btn-group-yesno class on radio buttons in XML forms, the green btn-outline-success is applied to options with a value other than 0.
This causes multiple buttons to be green.

This PR fixes that and more:

  1. Changes class of options other than 0 or 1 to be use btn-outline-secundary
  2. Fixes issue with the disabled attribute not being added to the options when using the btn-group-yesno class.
  3. Fixes issue with the class not being overridable via the xml

Example:

<field name="testing" type="radio" default="0"
	   class="btn-group btn-group-yesno"
	   label="Testing">
	<option value="0">JNO</option>
	<option value="1">JYES</option>
	<option value="2">JDEFAULT</option>
</field>

Before:
image

After:
image

Example:

<field name="testing" type="radio" default="0"
	   class="btn-group btn-group-yesno"
	   label="Testing">
	<option value="0">JNO</option>
	<option value="1">JYES</option>
	<option value="2" class="btn btn-outline-info">JDEFAULT</option>
</field>

Before:
image

After:
image

avatar regularlabs regularlabs - open - 10 Apr 2021
avatar regularlabs regularlabs - change - 10 Apr 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 10 Apr 2021
Category Layout
avatar AndySDH AndySDH - test_item - 10 Apr 2021 - Tested successfully
avatar AndySDH
AndySDH - comment - 10 Apr 2021

I have tested this item successfully on a053b32


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

avatar regularlabs regularlabs - change - 10 Apr 2021
Labels Added: ?
avatar regularlabs regularlabs - change - 10 Apr 2021
The description was changed
avatar regularlabs regularlabs - edited - 10 Apr 2021
avatar ghazal ghazal - test_item - 11 Apr 2021 - Tested successfully
avatar ghazal
ghazal - comment - 11 Apr 2021

I have tested this item successfully on 4ef0dab


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

avatar AndySDH AndySDH - test_item - 11 Apr 2021 - Tested successfully
avatar AndySDH
AndySDH - comment - 11 Apr 2021

I have tested this item successfully on 4ef0dab


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

avatar Quy Quy - change - 11 Apr 2021
Status Pending Ready to Commit
avatar Quy
Quy - comment - 11 Apr 2021

RTC


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

avatar chmst chmst - close - 11 Apr 2021
avatar chmst chmst - merge - 11 Apr 2021
avatar chmst chmst - change - 11 Apr 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-04-11 16:00:28
Closed_By chmst
Labels Added: ?
avatar chmst
chmst - comment - 11 Apr 2021

Thanks!

avatar regularlabs
regularlabs - comment - 11 Apr 2021

?

Add a Comment

Login with GitHub to post a comment