-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Plotly table hijacks page scrolling #3249
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
Comments
Thanks @anikets43 - agreed, this is a bug. |
FWIW scrollable legends do not have this issue: when you reach the end of a legend, the page does start scrolling. |
@alexcjohnson by any chance is there a workaround for this? Got a few bug reports from users that the webpage is stuck and hanging their browser =P |
@etpinard let's try to address this for 1.43 - even |
Do let me know if I can help in any way. I'm not adept in js (I use plotly.py ...) otherwise would have attempted a PR... |
@alexcjohnson |
This looks like the relevant handler: plotly.js/src/traces/table/plot.js Lines 59 to 66 in 7bb5daa
|
Thanks @alexcjohnson |
I implemented as per https://plot.ly/javascript/table/
Issue: When we have full width table, page scrolling doesn't work even the table scrolls end. This completely creates confusion and looks like page is hanged.
The text was updated successfully, but these errors were encountered: