Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual studio 2013 CodeMap blocks the back button press #6

Open
MarvelousMonkey opened this issue Feb 16, 2016 · 2 comments
Open

Visual studio 2013 CodeMap blocks the back button press #6

MarvelousMonkey opened this issue Feb 16, 2016 · 2 comments

Comments

@MarvelousMonkey
Copy link

Steps to reproduce:

  1. Visual Studio is open with source code on left monitor and codemap in it's own window on right monitor.
  2. Set window focus at the source code by clicking anywhere in the source code.
  3. Press the "back" button on the mouse

Expected behavior:
Navigate backwards similar to pressing the dedicated back button or ctrl - keyboard shortcut.

Actual behavior:
Sets window focus to code map window.

@MarvelousMonkey
Copy link
Author

If you think of this as an undo stack. Where the top of the stack is the most recent event.

  • Navigate into code (F12)
  • Navigate into code (F12)
  • Set focus on CodeMap window by clicking on it
  • Navigate into code (F12)
  • Navigate into code (F12)
  • Navigate into code (F12)

The plugin is able to "back" the two "Navigate into code" commands. As soon as it reaches the CodeMap, it appears to get stuck. Pressing back multiple times just toggles the focus between the source code window and the CodeMap window.

I hope this helps.

@sharwell
Copy link
Member

I believe this is a duplicate of #4, but we won't know for sure until that gets implemented. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants