-
Notifications
You must be signed in to change notification settings - Fork 297
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
unstable jumping behaviors of interactive window #1781
Comments
Thanks for your feedback @StevenLi-DS. As for number 3. We'll have to discuss that in our next triage. With number 1 and 2 I understand that they happen sometimes. Could you clarify that? Also, we'd really appreciate if you could share any steps you know that reproduce the either 1 or 2. I've been trying to reproduce myself and only found these steps to reproduce 1:
Actual Result Expected Result Let me know if that is what you mean. |
@DavidKutu For number 1 and number 2, I think it's better to not let the windows scroll itself at all. It seems like both happen when there is a datafram doesn't fully show in the interactive window, please see an example of 1 This is supper annoying when you try to select something. |
Thanks, that was very helpful. I was able to repro it like that. |
This is likely a dupe of #1778. I'm going to raise the priority as I believe this is a regression. |
Pretty sure that this is a regression We should investigate for May since we have a consistent repro. |
@greazer Please consider number 3 as well. It has made my workflow really hard. |
The fix for this is in master now (should be in our next insider's build assuming the build finishes). I've added a new setting for problem 3 - |
@rchiodo thanks for that! would you guys also consider adding this into the command or have an Anchor icon on the top of the interactive window? |
Not at the moment no, but feel free to make another issue for it. Our next release should have this fix in it as well. It was ported to the release branch last night. |
Validated. |
@rchiodo This happens again and the cells in interactive windows jump around again, but I haven't found a pattern to reproduce it at this moment. Have you observed it under |
The repro I have is to output something that renders itself using javascript. Like a LaTex equation. The scroll happens before the render sometimes and then it ends up in the wrong spot. |
@rchiodo Here's what I'm experiencing now: #4276 (comment) |
Since the interactive window is able to scroll past the end, it has been acting very unstable:
If I have a DataFrame preview and half of that preview is covered, sometimes the other half would jump up and show on the screen if I click anywhere on the DataFrame.
If I click somewhere in a DataFrame above, sometimes the interactive window will jump to the last cell output in the bottom.
Mentioned in https://github.com/microsoft/vscode-python/issues/11349 interactive window won't jump to the latest output if I'm looking something way up in the interactive window outputs. I have to scroll down every single time to see it. I was told this is by design but I'm not quite sure if this makes much sense. If I run a new cell, that means wanna see its output. I think a more reasonable thing is to add a toggle for this or add an interactive window anchor icon on the top to control that.
The text was updated successfully, but these errors were encountered: