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][2.6.1] this.$refs.wrapper is undefined in VSlideGroup.ts #14470

Closed
everhardt opened this issue Dec 7, 2021 · 0 comments
Closed
Assignees
Labels
C: VSlideGroup T: bug Functionality that does not work as intended/expected
Milestone

Comments

@everhardt
Copy link

Environment

Vuetify Version: 2.6.1
Vue Version: 2.6.14
Browsers: Chrome 96.0.4664.55
OS: Mac OS 10.15.7

Steps to reproduce

Press "click here"

Expected Behavior

v-slide-group is hidden without an uncaught error

Actual Behavior

Uncaught error

Reproduction Link

https://codepen.io/everhardt/pen/eYGZvJX

Other comments

scrollIntoView does not take into account that this.$refs.wrapper can be undefined, while the function that calls it (setWidths) does explicitly check for that.

Same issue as #14415

@KaelWD KaelWD self-assigned this Dec 14, 2021
@KaelWD KaelWD added C: VSlideGroup T: bug Functionality that does not work as intended/expected and removed S: triage labels Dec 14, 2021
@KaelWD KaelWD added this to the v2.6.x milestone Dec 14, 2021
@KaelWD KaelWD closed this as completed in 1bb1455 Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VSlideGroup T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

2 participants