dosubot[bot] commented on issue #36020: URL: https://github.com/apache/superset/issues/36020#issuecomment-3497245776
<!-- Answer --> This is a known regression in Superset 5.0.0. Tooltips in the Time Filter (custom and advanced) can be hidden or lose formatting due to a new frontend XSS filter that strips inline styles and whitespace from tooltip HTML, affecting tooltips across the UI—including the Time Filter modal. This issue is tracked in [#33865](https://github.com/apache/superset/issues/33865) and [#34198](https://github.com/apache/superset/issues/34198), and was fixed in [PR #34018](https://github.com/apache/superset/pull/34018), which will be included in a release after 5.0.0 (such as 5.0.1 or later) [source](https://github.com/apache/superset/issues/35911). Another possible cause is a modal stacking (z-index) issue, where tooltips or the time range editor can be rendered behind other modals. This was addressed in [PR #35292](https://github.com/apache/superset/pull/35292) [source](https://github.com/apache/superset/issues/35280). If you can't upgrade yet, a temporary workaround is to add custom CSS to your dashboard to improve tooltip appearance, for example: ```css table * { padding: 5px; } ``` If tooltips are still not visible, check for z-index or popup container issues in your environment. The issue is not present in Superset 6.0 RC, so upgrading to a newer version will resolve it. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/4e80cc71-404f-456f-ae1b-22dafaa6cc08?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/4e80cc71-404f-456f-ae1b-22dafaa6cc08?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/4e80cc71-404f-456f-ae1b-22dafaa6cc08?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/4e80cc71-404f-456f-ae1b-22dafaa6cc08?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/4e80cc71-404f-456f-ae1b-22dafaa6cc08?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/4e80cc71-404f-456f-ae1b-22dafaa6cc08?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/4e80cc71-404f-456f-ae1b-22dafaa6cc08?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/36020) -- 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]
