[Bug Report] Can't select text at v-list-item on safari #12826
Comments
|
Just digging around, cause of this bug is tabindex="-1".
If we remove tabindex attribute like below, selecting text on Safari works.
I know it is not a solution, but it is better to exclude for Safari since tab-access is disabled by default. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Environment
Vuetify Version: 2.3.16
Vue Version: 2.6.12
Browsers: Safari 14.0
OS: Mac OS 10.15.7
Steps to reproduce
Just try select part of text with mouse
Expected Behavior
Selected part of text
Actual Behavior
not selected text
Reproduction Link
https://codepen.io/nikitakovtun/pen/MWjEORY
The text was updated successfully, but these errors were encountered: