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

后端 未结 5 1321
清歌不尽
清歌不尽 2021-02-06 22:12

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 th

相关标签:
5条回答
  • 2021-02-06 22:24

    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!!

    0 讨论(0)
  • 2021-02-06 22:30

    [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).

    0 讨论(0)
  • 2021-02-06 22:39

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

    0 讨论(0)
  • 2021-02-06 22:41

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

    0 讨论(0)
  • 2021-02-06 22:44

    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.

    0 讨论(0)
提交回复
热议问题