-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Chart Holder Full Screen is not working #27561
Comments
I also had the same problem. |
This probably isn't related necessarily, but could be a "two birds, one stone" situation: |
Heads up this isn't happening with 4.0rc1 from what I can tell from the ephemeral in the PR. So It's probably one of the commits that's happening afterwards. |
relates to this PR: #27308 if it is |
@justinpark do you recall the specifics of that line? I'm guessing it's the GPU hack for the browser, but maybe not. If you know a reliable way to test the original bug you were chasing, I can throw some other CSS approaches at it and hopefully open a PR to fix this. |
Fixed by #27613 |
Bug description
Unable to enter into Fullscreen state in chart container due to
When I remove
transform: translate3d(0, 0, 0);
Its working.Since its a fix for react-dnd, I would like to know if there are other solutions.
How to reproduce the bug
Screenshots/recordings
Default View
Clicked on "Enter Fullscreen"
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: