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

Cannot paste text into solara.v.Textarea component when part of solara.AppLayout/solara.Card in expanded state #671

Open
satyaloka93 opened this issue Jun 6, 2024 · 3 comments · Fixed by jupyter/nbclassic#285
Assignees

Comments

@satyaloka93
Copy link

Essentially I can't paste text into solara.v.Textarea component when part of solara.AppLayout/solara.Card in expanded state (clicking expand icon on title bar). This is within a Jupyter notebook, if that matters. Pasting into the text area is fine before the UI is maximized. I can still type in that textarea, just no pasting. I also have another notebook with the ChatInput component with the example chatbot.py code, same issue there with AppLayout/Card and pasting when maximized. Hope to get this working as I really like the look and feel of Solara.

@iisakkirotko
Copy link
Collaborator

Hey @satyaloka93! Thanks for the reporting the issue. I'll take a look at this today.

@iisakkirotko
Copy link
Collaborator

Hey @satyaloka93! Quick update:

The issue was ultimately in jupyter's nbclassic. I opened a PR that should fix this issue there. You can follow the discussion there to know when the fix will be released. In the meantime you can use Jupyter lab, since it does not have this issue (unless your use case prevents that, of course)

@satyaloka93
Copy link
Author

Thanks for looking at this issue,definitely will follow for a fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants