Vuetify Version: 2.0.2
Vue Version: 2.6.10
Browsers: Chrome 75.0.3770.142
OS: Mac OS 10.14.6
Visit codepen link.
If a tooltip is being invoked on an element with a fixed position, it should also have a fixed position relative to the activator. Thus, tooltips shouldn't be able to be scrolled out of the viewport.
Tooltips can be scrolled out of the viewport if the activator has a fixed position (on itself or by a parent, like a navigation bar)
https://codepen.io/MatthewAry/pen/YmVPoo
When we scroll the contents of v-content, the navigation drawer and the app-bar instantly get set to have a fixed position. This causes problems with tooltips in these components.
I have this issue all over my application with every tooltip. Is there a potential workaround to fix this misbehaviour until the issue is closed? Can we even get this bug higher prioritized, @johnleider? :)
I believe it's a problem among all tooltips inside position: fixed elements, not only navigation drawers.
I believe it's a problem among all tooltips inside
position: fixedelements, not only navigation drawers.
Correct. I experience this issue all over my application. Not only in navigation drawers.
Another example to reproduce can be found in the docs: https://vuetifyjs.com/en/components/tooltips#visibility

Opening the source of the example right after toggling the programmic tooltip moves it upwards.
Related to #8894
The next release _may_ have a fix for this issue as #8894 is closed via #8887
Yep, #8894 was a duplicate.