serenajiang opened a new issue #13952: URL: https://github.com/apache/superset/issues/13952
In a dashboard, if you mouse over a chart while *other charts* on the same tab are loading, the tooltip is visible. However, once at least one other chart loads, mousing over the original chart no longer displays the tooltip, and it won't come back unless you reload the dashboard, force refresh the chart, or inspect element. ### Expected results Tooltip appears:  ### Actual results Tooltip does not appear:  #### Screenshots If applicable, add screenshots to help explain your problem. #### How to reproduce the bug 1. Open any superset Dashboard (preferably with lots of charts to load) 2. While charts are loading, mouse over an "already loaded" chart to engage the tooltips 3. Once another chart has loaded, the tooltip for the "first-loaded" chart will no longer be visible. ### Environment (please complete the following information): - superset version: `superset version`: up-to-date as of 2021-04-02 - python version: `python --version`: 3.7 - node.js version: `node -v`: `v14.16.0` ### Checklist Make sure to follow these steps 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. -- 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]
