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

Dash covid xray sample application never ending image scrolling #796

Open
fiammante opened this issue Sep 20, 2024 · 0 comments
Open

Dash covid xray sample application never ending image scrolling #796

fiammante opened this issue Sep 20, 2024 · 0 comments
Labels
bug something broken

Comments

@fiammante
Copy link

fiammante commented Sep 20, 2024

App name

dash-covid-xray sample application code ](https://github.com/plotly/dash-sample-apps/tree/main/apps/dash-covid-xray)

Description of bug

When I connect to the application from Firefox, Microsoft Edge or Chrome the VolumeSlicer cards never end scrolling down.
See attached recorded mp4 video https://github.com/user-attachments/assets/60523ef2-edfe-4180-b55f-615887d780d3
Download to view mp4
Browser console shows warnings and 2 errors webkit-text-size-ajust , webkit-match-parent

How to replicate the bug

On Windows 10 Professional 22H2 with most recent browsers update.
I installed dash sample applications locally and followed dash-covid-xray instructions installed requirements.txt for this app.
Fixed the deprecated imports in app.py with
from dash import html
from dash import dcc

Run python app.py (either from Windows or WSL Ubuntu)
then connect with any browser Firefox, Microsoft Edge or Chrome to http://127.0.0.1:8050/
Also tried running from WSL Ubuntu with dash running on WSL and with WSL version of Chrome.

Same behavior on all browsers even with Chrome under WSL Ubuntu .
Microsoft Edge Version 128.0.2739.67 (official) (64 bits)
Firefox version 130.0.1
Chrome version 128.0.6613.120

Other notes

@fiammante fiammante added the bug something broken label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

No branches or pull requests

1 participant