microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.31k stars 293 forks source link

Various bugs in Jupyter Interactive (No mouse click, no keyboard typing) #15943

Closed chang0959 closed 3 months ago

chang0959 commented 3 months ago

Environment data

Expected behaviour

1.

The cursor should be able to come out and drag in the middle of the mouse-clicked part, but when you click, the cursor is focused on the last line of the code.

2.

While working on the Pandas dataframe, if I click sort function on the output value, I can't work because I can't click on the mouse or enter the keyboard in the jupyter cell.

Actual behaviour

1.

https://github.com/user-attachments/assets/fc5513c6-c5e6-4ed4-8f9f-6fbefea65e35

2.

https://github.com/user-attachments/assets/515a9571-6dad-4aa4-8d4b-32599cd7092b

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

  1. XXX

Logs

Output for Jupyter in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Jupyter)

``` XXX ```

amunger commented 3 months ago

if I click sort function on the output value

What output renderer are you using to get the sorting feature? (if you click the ... output menu and select "change presentation", it should show which is currently selected)

chang0959 commented 3 months ago

I checked and found that it is "text/plain - Data Table (Random Factalslnc.vscode-data-table)". By the way, I think it works well with "VSCode Builtin Notebook Output Render (vscode.builtin-notebook-render)". Thank you for your confirmation.

Then, do you know why the first problem [The cursor should be able to come out and drag in the middle of the mouse-clicked part, but when you click, the cursor is focused on the last line of the code.] doesn't work?

스크린샷 2024-08-21 오전 9 57 01

amunger commented 3 months ago

yes, the cursor placement in the output is a known issue (though I can't find the issue at the moment)

vs-code-engineering[bot] commented 3 months ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!