? ? Pending

User tests: Successful: Unsuccessful:

avatar PhilETaylor
PhilETaylor
1 Sep 2021

Summary of Changes

remove name="file_size" attribute from a div

Name attributes cannot be added to divs. Reference: https://www.w3schools.com/tags/att_name.asp

Testing Instructions

Try up upload a Joomla update using the form - see file size

Code Review if you must.

Note that the JS is actually using getElementById and so is not relying on this name attribute.

const fileSizeElement = document.getElementById('file_size');

Actual result BEFORE applying this Pull Request

Everything works. Invalid HTML.

Expected result AFTER applying this Pull Request

Everything works. Valid HTML.

Documentation Changes Required

None

avatar PhilETaylor PhilETaylor - open - 1 Sep 2021
avatar PhilETaylor PhilETaylor - change - 1 Sep 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 1 Sep 2021
Category Administration com_joomlaupdate
avatar PhilETaylor PhilETaylor - change - 1 Sep 2021
The description was changed
avatar PhilETaylor PhilETaylor - edited - 1 Sep 2021
avatar Quy Quy - test_item - 9 Sep 2021 - Tested successfully
avatar Quy
Quy - comment - 9 Sep 2021

I have tested this item successfully on 10dce8e


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

avatar jwaisner jwaisner - test_item - 13 Dec 2021 - Tested successfully
avatar jwaisner
jwaisner - comment - 13 Dec 2021

I have tested this item successfully on 10dce8e


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

avatar jwaisner jwaisner - change - 13 Dec 2021
The description was changed
Status Pending Ready to Commit
avatar joomla-cms-bot joomla-cms-bot - edited - 13 Dec 2021
avatar jwaisner
jwaisner - comment - 13 Dec 2021

RTC


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

avatar Quy Quy - change - 20 Dec 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-12-20 21:37:03
Closed_By Quy
Labels Added: ? ?
avatar Quy Quy - close - 20 Dec 2021
avatar Quy Quy - merge - 20 Dec 2021
avatar Quy
Quy - comment - 20 Dec 2021

Thanks.

Add a Comment

Login with GitHub to post a comment