Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report][3.6.7] VProgressLinear: "aria-valuenow" always calculated for range [0, 100] regardless of "max" attribute #19894

Open
felixvictor opened this issue May 26, 2024 · 0 comments
Labels
C: VProgressLinear VProgressLinear T: bug Functionality that does not work as intended/expected

Comments

@felixvictor
Copy link

Environment

Vuetify Version: 3.6.7
Vue Version: 3.4.27
Browsers: Chrome 125.0.0.0
OS: Linux x86_64

Steps to reproduce

Check the aria-valuenow attribute in the developer tools.

Expected Behavior

aria-valuenow should respect the max attribute if given, i.e. should be in the range [0, max], see MDN

the aria-valuenow enables defining a current numeric value between the minimum and maximum values.

Actual Behavior

aria-valuenow is always in the range [0, 100]

Reproduction Link

https://play.vuetifyjs.com/#...

@github-actions github-actions bot added the S: stale This issue is untriaged and hasn't seen any activity in at least six months. label Nov 22, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 7, 2024
@KaelWD KaelWD reopened this Dec 8, 2024
@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected C: VProgressLinear VProgressLinear and removed S: stale This issue is untriaged and hasn't seen any activity in at least six months. labels Dec 8, 2024
@github-actions github-actions bot removed the S: triage label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VProgressLinear VProgressLinear T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

2 participants