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] Incorrect position of v-menu when using v-tooltip with activator button #8846

Closed
mariobuikhuizen opened this issue Sep 4, 2019 · 4 comments · Fixed by #9294 · May be fixed by ajesse11x/ethereumbook#1 or ajesse11x/vuetify#2
Assignees
Labels
C: VMenu VMenu T: bug Functionality that does not work as intended/expected
Milestone

Comments

@mariobuikhuizen
Copy link

Environment

Vuetify Version: 2.0.14
Vue Version: 2.6.10
Browsers: Chrome 76.0.3809.132, Safari
OS: Mac OS 10.14.6

Steps to reproduce

Click the activator button

Expected Behavior

Menu opens over the activator button

Actual Behavior

Menu opens to the left of the activator button

Reproduction Link

https://codepen.io/mariobuikhuizen/pen/gOYXgWG?&editable=true&editors=101

@ianbarker
Copy link

With 2.1 the menu opens on the far left of the window. https://codepen.io/ianbarker/pen/gOOYpLw

@divinespear
Copy link

divinespear commented Oct 8, 2019

workaround with absolute, but not quite expected...

@neanderthil
Copy link

neanderthil commented Oct 8, 2019

this is a major problem not sure why it isnt getting more attention...
this breaks like all tooltips on a button that pop a menu....
absolute prop does nothing for me
im stuck at 2.0.5 cuz thats the last version that worked correctly
not even fixed in this latest 2.1 release? yet we are adding new components? how about keeping basic functionality working.

@KaelWD
Copy link
Member

KaelWD commented Oct 9, 2019

@neanderthil Thanks for the last good version, tracked this down to #8121

johnleider pushed a commit that referenced this issue Oct 10, 2019
#9294)

* fix(activatable): get activator element from event or nested component

fixes #8846

* fix: un-break activator prop

* chore: comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment