squalou opened a new issue #8159: standalone cause blank screen (within 'explore' endpoint) URL: https://github.com/apache/incubator-superset/issues/8159 When using an "explore" url with &standalone=true, the display is blank on master (used to work on 0.28 and 0.34) see additional context for a manual investigation/css trick workaround. ### Expected results display the chart without menu on top. Ideal for iframe embedding for instance. ### Actual results Superset 'infinite icon' animation is shown, then stops when query ends, then the display is completely blank #### Screenshots completely white area, no need of a screenshot I guess :) #### How to reproduce the bug 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error ### Environment - superset version: master build on 2019-08-27 - python version: 3.6 - node.js version: 3.12 ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [x ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context In my browser , if I open the web console then type `$("#app div div").css({height:"100px"})` after the superset icon animation has ended, this causes the chart to reveal itself as expected.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
