-
Notifications
You must be signed in to change notification settings - Fork 298
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
clicking on code cell output doesn't select cell #13026
Comments
@yuuuxt - is this still occurring for you on the latest version? The closest I can get to a repro is the cell can be unfocused, but it is still selected, so not as bad as your gif shows |
yes it's still happening on 1.77 and v2023.3.1201040234. Besides, I'm not sure what you meant by "unfocused but still selected":
|
ok, I wasn't seeing the same UI issues as shown in your gif, but there are a few commands that stop working in that case because they have |
yes removing |
In that case, I don't believe we can make the obvious change to fix this since the hotkeys are unmodified. All we know from the core side is that the output webview is focused, but it could be in an input or text area if the output is a widget, in which case those letter keys should not perform extra actions. |
verification steps:
|
Applies To
What happened?
clicking the celoutput area doesn't select that cell
which is not intuitive and is not consistent with jupyter notebook
I think there should not be a state of
not selecting any cell
; which is meaningless - users always want to interact with cell(s). No matter what happens or what is done, one (or multiple) cell should be selected.This issue along with #12738 makes operation less fluent - you are not sure if your action will be executed.
VS Code Version
1.76.0
Jupyter Extension Version
v2023.2.1000592019
Jupyter logs
No response
Coding Language and Runtime Version
No response
Language Extension Version (if applicable)
No response
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
None
The text was updated successfully, but these errors were encountered: