Cannot navigate in the vue create menus
See original GitHub issueVersion
3.4.0
Environment info
Environment Info:
System:
OS: Windows 10
CPU: (8) x64 Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz
Binaries:
Node: 11.9.0 - C:\Program Files\nodejs\node.EXE
Yarn: Not Found
npm: 6.7.0 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: 44.17763.1.0
npmGlobalPackages:
@vue/cli: Not Found
Steps to reproduce
npm install -g @vue/cli
vue create foobar
Use the up/down arrow key to navigate.
What is expected?
I am able to select any options from the menu.
What is actually happening?
Each time a key is pressed, the selection jumps twice. While it is possible to actually navigate through every selection with quick key presses (there is a slight delay between the selection changes) this is far from usable.
I have reproduced this issue on two computers with similar configurations. Same node version, same npm version, both with a clean @vue/cli installation. This happens in PowerShell, the standard command line and the WebStorm terminal window.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
vuetify navigation drawer cannot be clicked - Stack Overflow
I created a navigation drawer using Vuetify but none of the menus can be clicked. Here's the code <v-navigation-drawer v-model="drawer" ...
Read more >Routing in Vue3: Navigating the Options - CODE Magazine
As you can see in Figure 1, Routing allows your Single Page Application to define a section of the app to show individual...
Read more >Waiting for the result of a Navigation - Vue Router
Now the menu will close once the navigation is finished but it will also close if the navigation was prevented. We need a...
Read more >Frequently asked questions — Vuetify
Vuetify is a Material Design component framework for Vue.js. ... Menu/Dialog/Navigation drawer are not opening properly.
Read more >Vue Navigation: Use Ionic + Vue Router to Create Multi-Page ...
Navigating using useIonRouter . One downside of using router-link is that you cannot run custom code prior to navigating. This makes tasks such...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Node 11.10.0 fixes this issue.
Just uninstalled Node V11.x and installed V10.x and everything works.