Visual Studio 2013 Update 2 - C# navigation bar drop down menus not working

人走茶凉 提交于 2019-12-20 16:11:09

问题


In Visual Studio 2013 Update 2, my C# navigation bar isn't working when docked in the main VS window. The drop down menus don't open. I can scroll using the arrow keys when the menus have focus but can't navigate by typing a letter. When it isn't docked in the main VS window the menus work fine. I've uninstalled all extensions.

Can anyone suggest a solution?


回答1:


I have the same problem in that the dropdowns do not drop down. However, I only get this when VS is running on my second screen. If I run on my main screen, the dropdowns work fine. Are you using a dual screen system? If so, maybe drag VS on to the main screen and see if it fixes it for you.




回答2:


[Visual Studio editor dev here]

Yes, it's a bug we introduced in Update 2. Sorry about that, we are testing a fix right now.

This bug affects only monitors on the left side of the main monitor. So a workaround (as Paul suggested above) is to make the leftmost monitor the "Main display" (via Control Panel\Appearance and Personalization\Display\Screen Resolution) and then there would be no affected monitors at all.

If that doesn't work for you for some reason, the other workaround is to drag Visual Studio (or floating document window) to the main monitor or any monitor on the right of the main one.

[Update] This is fixed in VS 2013 Update 3 CTP2 (http://support.microsoft.com/kb/2933779/en-us).




回答3:


I've also got the issue. And yep, using a dual screen setup. If I right click on the desktop and go to Screen Resolution and make the other monitor my "main monitor" it fixes it. Bizarre!!




回答4:


I installed the latest VS 2013 Update 3 CTP and it fixed the problem for me: http://support.microsoft.com/kb/2933779/en-us




回答5:


In my case, the drop down control was minimized. I just had to drag it to resize again.



来源:https://stackoverflow.com/questions/23676285/visual-studio-2013-update-2-c-sharp-navigation-bar-drop-down-menus-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!