23ami commented on issue #43897: URL: https://github.com/apache/superset/issues/43897#issuecomment-5550151181
thanks for replying, Confirmed - checked directly in our database, this dashboard's json_metadata has filter_bar_orientation set to null/unset, which falls back to Superset's own default (FilterBarOrientation.Vertical, confirmed in dashboard/actions/hydrate.ts line 362). So this is vertical mode, not horizontal. The core problem: the calendar popup is not rendering properly on screen at all - not an occasional glitch. Specifically: - The month/year header (with navigation arrows) is missing or cut off - The time-selection columns show garbled/repeated values instead of the correct sequential list - The bottom of the popup (including the "OK" button) is sometimes cut off This happens consistently at 100% browser zoom, and reproduces even when hitting Superset directly (bypassing our reverse proxy and application layer entirely), so it isn't something introduced by our infrastructure. <img width="1919" height="1009" alt="Image" src="https://github.com/user-attachments/assets/cb3ce1e0-56ef-43aa-b0dc-544b69352309" /> <img width="1919" height="1079" alt="Image" src="https://github.com/user-attachments/assets/ab439d5a-d3ca-4486-8a79-28c1696f8240" /> if you look the SS calender is not properly coming , not able to edit and also space is coming below in between pagination and apply filter. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
