Question

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?

Était-ce utile?

La solution

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.

Autres conseils

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

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

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

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top