You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
Init a new vue project via vue create vue-context-reproduction (I used the default babel + eslint setup).
Copy the html and the javascript into either App.vue or HelloWorld.vue, and modify them to fit inside the component (Make sure to remove the li styling from the example component).
Run via npm install vue-context, npm install, npm run serve.
Expected behavior: [What did you expect to happen]
A normal context menu appearing, like in the example screenshots.
Actual behavior: [What actually happens]
The context menu appears, but has a blue outline (Only on chrome), and the buttons are wider than the context box, meaning that the text is centered weirdly, and when I hover over a button, its background is too wide.
Reproduces how often: [What percentage of the time does it reproduce?]
The problem occurs consistantly, whenever I run the project.
Version
Version: 4.0.1 (doesn't happen on 3.4.0)
Chrome: Version 74.0.3729.169 (Official Build) (64-bit)
Firefox: 64.0 (64-bit)