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.5.15] v-hover isHovering is undefined #19601

Closed
z0lo13 opened this issue Apr 13, 2024 · 2 comments · Fixed by #19623
Closed

[Bug Report][3.5.15] v-hover isHovering is undefined #19601

z0lo13 opened this issue Apr 13, 2024 · 2 comments · Fixed by #19623
Assignees
Labels
C: VHover T: bug Functionality that does not work as intended/expected
Milestone

Comments

@z0lo13
Copy link

z0lo13 commented Apr 13, 2024

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 Me

Expected 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

@KaelWD
Copy link
Member

KaelWD commented Apr 13, 2024

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.

@z0lo13
Copy link
Author

z0lo13 commented Apr 13, 2024

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 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 johnleider added T: bug Functionality that does not work as intended/expected C: VHover and removed S: triage labels Apr 22, 2024
@johnleider johnleider self-assigned this Apr 22, 2024
@johnleider johnleider added this to the v3.5.x milestone 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
@johnleider johnleider modified the milestones: v3.5.x, v3.6.x Apr 30, 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 <john@vuetifyjs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VHover T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants