? Pending

User tests: Successful: Unsuccessful:

avatar Shubham-com
Shubham-com
25 Mar 2021

Pull Request for Issue # .
aria-valuemin attribute is used to define the minimum value allowed for a range widget such as a slider, spinbutton or progressbar.
aria-valuemax attribute is used to define the maximum value allowed for a range widget such as a slider, spinbutton or progressbar.

avatar Shubham-com Shubham-com - open - 25 Mar 2021
avatar Shubham-com Shubham-com - change - 25 Mar 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 25 Mar 2021
Category Modules Administration
avatar Shubham-com Shubham-com - change - 25 Mar 2021
The description was changed
avatar Shubham-com Shubham-com - edited - 25 Mar 2021
avatar brianteeman
brianteeman - comment - 25 Mar 2021

Did you actually check that this was needed before making the pull request

avatar Shubham-com
Shubham-com - comment - 25 Mar 2021

Yes,I think that it needed to define the maximum and minimum value of a Progress bar.

avatar brianteeman
brianteeman - comment - 25 Mar 2021

Can I suggest that you check again

avatar rdeutz
rdeutz - comment - 25 Mar 2021

aria-valuemin is a required attribute of role slider, scrollbar and spinbutton.

this here has role="progressbar"

I am not an expert, but I am against adding what is not required

avatar brianteeman
brianteeman - comment - 25 Mar 2021

OK - seems that no one is looking at how the code works. - I was trying to be nice and let you see for yourself.

The progress bar should have a min/max etc

The progress bar has a min/max it is set in the javascript

https://github.com/joomla/joomla-cms/blob/4.0-dev/build/media_source/mod_sampledata/js/sampledata-process.es6.js#L81-L87

avatar rdeutz
rdeutz - comment - 25 Mar 2021

The progress bar has a min/max it is set in the javascript

so then it's fine

avatar rdeutz rdeutz - change - 25 Mar 2021
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2021-03-25 12:30:34
Closed_By rdeutz
Labels Added: ?
avatar rdeutz rdeutz - close - 25 Mar 2021
avatar Shubham-com
Shubham-com - comment - 25 Mar 2021

Ok..thanks now I got it..

avatar Shubham-com
Shubham-com - comment - 25 Mar 2021

I am new this codebase..I have not seen that it is already defined in javascript.

avatar brianteeman
brianteeman - comment - 25 Mar 2021

@Shubham-com You would have seen if you had done the most important thing. Tested. Code does not live in an IDE.

Add a Comment

Login with GitHub to post a comment