? Pending

User tests: Successful: Unsuccessful:

avatar Quy
Quy
6 Nov 2019

Summary of Changes

Fix markup. Class values should not be included as an attribute.

Testing Instructions

Go to Content > Media
Edit an image
Click Rotate tab
View page source

btn btn-outline-secondary is in the label and input tags.

Expected result

<label for="jform_rotate_distinct0" class="btn btn-outline-secondary">
				<input type="radio" id="jform_rotate_distinct0" name="jform[rotate_distinct]" value="0" >
				0			</label>

Actual result

<label for="jform_rotate_distinct0" class="btn btn-outline-secondary">
				<input type="radio" id="jform_rotate_distinct0" name="jform[rotate_distinct]" value="0" btn btn-outline-secondary>
				0			</label>
avatar Quy Quy - open - 6 Nov 2019
avatar Quy Quy - change - 6 Nov 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 6 Nov 2019
Category Layout
avatar ChristineWk ChristineWk - test_item - 6 Nov 2019 - Tested successfully
avatar ChristineWk
ChristineWk - comment - 6 Nov 2019

I have tested this item successfully on f07045a


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

avatar richard67 richard67 - test_item - 6 Nov 2019 - Tested successfully
avatar richard67
richard67 - comment - 6 Nov 2019

I have tested this item successfully on f07045a


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

avatar richard67 richard67 - change - 6 Nov 2019
Status Pending Ready to Commit
avatar richard67
richard67 - comment - 6 Nov 2019

RTC


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

avatar wilsonge wilsonge - change - 6 Nov 2019
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2019-11-06 22:26:11
Closed_By wilsonge
Labels Added: ?
avatar wilsonge wilsonge - close - 6 Nov 2019
avatar wilsonge wilsonge - merge - 6 Nov 2019
avatar wilsonge
wilsonge - comment - 6 Nov 2019

Thanks!

Add a Comment

Login with GitHub to post a comment