-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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.5.15] v-hover isHovering is undefined #19601
Closed
z0lo13 opened this issue
Apr 13, 2024
· 3 comments
· Fixed by #19623, Enterprise-CMCS/cmcs-eregulations#1311, Enterprise-CMCS/cmcs-eregulations#1313 or Enterprise-CMCS/cmcs-eregulations#1315 · May be fixed by YoutacRandS-VA/desec-stack#2
Closed
[Bug Report][3.5.15] v-hover isHovering is undefined #19601
z0lo13 opened this issue
Apr 13, 2024
· 3 comments
· Fixed by #19623, Enterprise-CMCS/cmcs-eregulations#1311, Enterprise-CMCS/cmcs-eregulations#1313 or Enterprise-CMCS/cmcs-eregulations#1315 · May be fixed by YoutacRandS-VA/desec-stack#2
Milestone
Comments
It's actually undefined, I guess so you can tell if it's been activated yet? Null would probably be better, it would hide the badge as you'd expect. |
my bad, you are right it is undefined |
z0lo13
changed the title
[Bug Report][3.5.15] v-hover isHovering is null
[Bug Report][3.5.15] v-hover isHovering is undefined
Apr 13, 2024
vkrms
added a commit
to vkrms/vuetify
that referenced
this issue
Apr 17, 2024
johnleider
added
T: bug
Functionality that does not work as intended/expected
C: VHover
and removed
S: triage
labels
Apr 22, 2024
vkrms
added a commit
to vkrms/vuetify
that referenced
this issue
Apr 24, 2024
vkrms
added a commit
to vkrms/vuetify
that referenced
this issue
Apr 24, 2024
vkrms
added a commit
to vkrms/vuetify
that referenced
this issue
Apr 24, 2024
vkrms
added a commit
to vkrms/vuetify
that referenced
this issue
May 1, 2024
johnleider
added a commit
that referenced
this issue
May 1, 2024
fixes #19601 Co-authored-by: John Leider <[email protected]>
This was referenced May 23, 2024
This was referenced May 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Vuetify Version: 3.5.15
Vue Version: 3.4.21
Browsers: Chrome 123.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
{{ isHovering }} Hover Over MeExpected Behavior
isHovering to be initialized
Actual Behavior
is null
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
the workaround is :model-value="!!(isHovering)" but it is something that could be not neccesary
The text was updated successfully, but these errors were encountered: