Skip to content

fix(VListItem): attach click listener conditionally#22861

Open
miles-eastwood wants to merge 1 commit into
vuetifyjs:masterfrom
miles-eastwood:fix/22854
Open

fix(VListItem): attach click listener conditionally#22861
miles-eastwood wants to merge 1 commit into
vuetifyjs:masterfrom
miles-eastwood:fix/22854

Conversation

@miles-eastwood
Copy link
Copy Markdown

fixes #22854

  • add conditional check to onClick prop assignment
  • move active-color deprecation check to onMounted to reduce useRender complexity

This does not address the VList 'clickable' issue, but I think this is a good compromise between reducing the number of elements NVDA detects as clickable while retaining focus semantics for VList.

Description

Markup:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug Report][4.0.7] (a11y) NVDA detects VList and VListItem as 'clickable', even when no clickable elements exist

1 participant