DRavikanth opened a new issue #13097: URL: https://github.com/apache/superset/issues/13097
A clear and concise description of what the bug is. Bug is related to scheduling email part. There is a huge dashboard with 25 visuals that requires scrolling the dashboard. When an email is sent for this dashboard, the image is truncated to only first screen(everything that needs to be scrolled is getting skipped). I have tried increasing the `WEBDRIVER_WINDOW` but still the same issue. ### Expected results The dashboard screenshot that user receives in email should have the entire dashboard instead of truncated image. ### Actual results Image gets truncated after the first page. Anything that needs to be scrolled is not presented in the email #### How to reproduce the bug 1. Create a big dashboard that needs scrolling to view the entire dashboard 2. Schedule it in Alerts & Reports 3. observe the sent email to see the truncated image of the dashboard ### Environment - superset version: `1.0.1` - python version: `3.6` ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ Y] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ Y] I have reproduced the issue with at least the latest released version of superset. - [ Y] I have checked the issue tracker for the same issue and I haven't found one similar. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
