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

Cursor is not a valid click target in Python Interactive window #3669

Closed
IanMatthewHuff opened this issue Jan 22, 2019 · 3 comments
Closed
Assignees

Comments

@IanMatthewHuff
Copy link
Member

Cursor.png

Note this is particularly noticeable with the block cursor. If you try to click on the input area to add some text the cursor block itself is not a valid click location. The mouse won't change to an input bar over it and clicking on it does not set keyboard context there. You have to click after it to set context here.

@rchiodo
Copy link
Contributor

rchiodo commented Jan 22, 2019

Ack. My cursor overlay needs to have pointer-events:none I think.

@IanMatthewHuff
Copy link
Member Author

@rchiodo The vertical spacing is also sensitive here. You have to click a narrow band just where the text would be. clicking just a bit too high or low sets the context off of the input window.

@rchiodo
Copy link
Contributor

rchiodo commented Jan 22, 2019

Yeah any time we have the focus on the entire window, it should end up in the prompt I think.

@rchiodo rchiodo closed this as completed Mar 20, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Apr 17, 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 6, 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

2 participants