We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vuetify Version: 3.2.2 Vue Version: 3.2.24 Browsers: Chrome 112.0.0.0 OS: Mac OS 10.15.7
to position correctly the first
it doesn't
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered:
It seems that the issue is in updateLocation function in locationStrategies.ts
updateLocation
Adding requestAnimationFrame(() => { updateLocation() }) fixes this issue
requestAnimationFrame(() => { updateLocation() })
As stated in the code comment "// TODO: overflowing content should only require a single updateLocation call"
Sorry, something went wrong.
This looks to possibly be a duplicate or very similar to; #16325 #16628
I think they might be fixed already - check the nightly repro below here
We will leave this open until it's resolved anyway.
fix(VOverlay): position on LTR/RTL after locale switch (#17338)
1224416
fixes #17314
#17338 has been reverted due to #19863
johnleider
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.2.2
Vue Version: 3.2.24
Browsers: Chrome 112.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
The menu is not visible due to incorrect position
Expected Behavior
to position correctly the first
Actual Behavior
it doesn't
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: