Skip to content

UI bug: Overflowing text in Jupyter notebook prompt box #2166

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

Closed
dorukkarinca opened this issue Oct 7, 2020 · 4 comments
Closed

UI bug: Overflowing text in Jupyter notebook prompt box #2166

dorukkarinca opened this issue Oct 7, 2020 · 4 comments
Labels
bug Something isn't working extension The issue needs to be fixed in the extension
Milestone

Comments

@dorukkarinca
Copy link

dorukkarinca commented Oct 7, 2020

Text prompts are overflowing in the Jupyter notebook view. The text in it is not selectable and the links in it are not clickable.

  • Web Browser: Chrome
  • Local OS: Linux
  • Remote OS: Linux
  • Remote Architecture: x64
  • code-server --version: 3.5.0 (vscode 1.48.2)

To reproduce the issue:

  1. Run a ColabCode instance in Google Colab
!pip install colabcode
from colabcode import ColabCode
ColabCode(port=10000, password="asdf")
  1. Create an .ipynb file and run a cell that posts a long link into the prompt:
!pip install kora
from kora import drive as koradrive
koradrive.chdir_notebook()
  1. Observe the textbox overflow (screenshot below).

image

@code-asher code-asher added bug Something isn't working needs-investigation labels Oct 9, 2020
@dorukkarinca
Copy link
Author

Any updates on this? I'd like to help in any way I can

@code-asher
Copy link
Member

code-asher commented Dec 1, 2020 via email

@dorukkarinca
Copy link
Author

I think you are referring to #2341 which should be resolved before we can resolve this issue.

@nhooyr nhooyr added extension The issue needs to be fixed in the extension and removed needs-investigation labels Dec 7, 2020
@jsjoeio jsjoeio added this to the Backlog milestone Apr 29, 2021
@stale
Copy link

stale bot commented Oct 27, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days.

@stale stale bot added the stale label Oct 27, 2021
@stale stale bot closed this as completed Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working extension The issue needs to be fixed in the extension
Projects
None yet
Development

No branches or pull requests

4 participants