You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My multi-tabbed app uses multiple Textboxes, one of them to show app logs.
As per the doc, the textbox should always go to the bottom, but that's not true when you switch from one tab to another.
From some reason, I cannot reproduce as easily without these tabs.
On Chrome the problem appears after switching multiple times, sometimes after launching several time the script doing a stream in my example. On Firefox, the problem appears on the first switch between the tabs.
This looks like a pure js issue, and this is precisely why I'm using Gradio, being not a web dev.
Is there a design issue in the way I manage the streams in the callbacks? Or could it be a Gradio limitation?
I'm sharing a minimal reproducer. Thanks for any enlightenment.
Describe the bug
My multi-tabbed app uses multiple Textboxes, one of them to show app logs.
As per the doc, the textbox should always go to the bottom, but that's not true when you switch from one tab to another.
From some reason, I cannot reproduce as easily without these tabs.
On Chrome the problem appears after switching multiple times, sometimes after launching several time the script doing a stream in my example. On Firefox, the problem appears on the first switch between the tabs.
This looks like a pure js issue, and this is precisely why I'm using Gradio, being not a web dev.
Is there a design issue in the way I manage the streams in the callbacks? Or could it be a Gradio limitation?
I'm sharing a minimal reproducer. Thanks for any enlightenment.
Relates: #5417, #6085
Have you searched existing issues? 🔎
Reproduction
Screenshot
No response
Logs
System Info
Severity
Blocking usage of gradio
The text was updated successfully, but these errors were encountered: