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

PR description pane loses scroll position when focus changes #543

Closed
jamesgecko opened this issue Oct 3, 2018 · 0 comments
Closed

PR description pane loses scroll position when focus changes #543

jamesgecko opened this issue Oct 3, 2018 · 0 comments
Labels
bug Issue identified by VS Code Team member as probable bug description page

Comments

@jamesgecko
Copy link

  • Extension version: 0.1.2
  • VSCode Version: Version 1.27.2 (1.27.2)
  • OS: MacOS 10.13.6 (17G65)

Steps to Reproduce:

  1. Open a PR description with a lot of comments.
  2. Press cmd+shift+p and type split editor. Press enter. A new pane appears.
  3. Open a new code file in the new pane. We're editing our code in response to comments in the PR description.
  4. Click in the PR description and scroll to the bottom to see the latest comments.
  5. Click back to your code pane.

What I expect to happen:

  • The code window now has focus, and I can see the comments in the description pane.

What actually happens:

  • The code window now has focus, and the PR description window has scrolled all the way to the top. I can no longer see the latest comments.

This issue was mentioned in (but not addressed by) #337 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug description page
Projects
None yet
Development

No branches or pull requests

2 participants