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

Intellisense popup in the middle of nowhere. #2870

Closed
IanMatthewHuff opened this issue Oct 17, 2019 · 4 comments
Closed

Intellisense popup in the middle of nowhere. #2870

IanMatthewHuff opened this issue Oct 17, 2019 · 4 comments
Assignees

Comments

@IanMatthewHuff
Copy link
Member

Intellisense popup in the middle of nowhere.
Intelli
Intelli2
Seems like this might be related to microsoft/vscode-python#8061 or at least that is a good way to repro it.

Repro:

  1. Get in edit mode (note selection mode seems ok)
  2. Shift enter in a cell with long output
  3. Your cursor is in the next cell, but that cell is off screen
  4. Start to type (I was initially hitting the j key to move up)
  5. Popups start to appear in odd spots.

Basically just get cursor into edit mode. Scroll offscreen and type.

@DonJayamanne
Copy link
Contributor

@rchiodo
Copy link
Contributor

rchiodo commented Oct 17, 2019

Actually this is different than the other bug. This is intellisense when you are off screen.

The fix for this is likely to scroll the editor into view.

@rchiodo rchiodo reopened this Oct 17, 2019
@rchiodo
Copy link
Contributor

rchiodo commented Oct 28, 2019

This should be fixed now with the scroll when typing bug, although probably not 100% as we still have a scrolling problem with intellisense.

@rchiodo rchiodo self-assigned this Oct 28, 2019
@DonJayamanne
Copy link
Contributor

Validated

@lock lock bot locked as resolved and limited conversation to collaborators Nov 7, 2019
@microsoft microsoft unlocked this conversation Nov 14, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 14, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants