dosubot[bot] commented on issue #35521: URL: https://github.com/apache/superset/issues/35521#issuecomment-3371349493
<!-- Answer --> There’s no Brave-specific logic or conditional handling for tooltips in Superset’s Calendar Heatmap chart—the tooltip is rendered and styled the same way as in Chrome and Safari. If the tooltip content is present in the DOM but not visible in Brave, it’s likely due to Brave’s privacy features, shields, or a rendering quirk (like how overlays, pointer-events, or z-index are handled) rather than a Superset bug. The console errors about <label> usage and the Permissions-Policy header are unrelated to tooltip rendering. You can try disabling Brave Shields for the site, checking for blocked scripts or styles, inspecting the tooltip’s computed CSS (especially display, opacity, and z-index), or testing in a Brave private window. Comparing computed styles for the tooltip in Brave vs. Chrome/Safari may help pinpoint the difference. If the tooltip is still invisible, it’s almost certainly a Brave-specific rendering or privacy issue, not a problem in Superset’s implementation. [Reference: Calendar Heatmap tooltip implementation](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js) <!-- 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/394f8a77-b833-4a19-8906-81fb9d58db60?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/394f8a77-b833-4a19-8906-81fb9d58db60?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/394f8a77-b833-4a19-8906-81fb9d58db60?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/394f8a77-b833-4a19-8906-81fb9d58db60?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/394f8a77-b833-4a19-8906-81fb9d58db60?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/394f8a77-b833-4a19-8906-81fb9d58db60?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/394f8a77-b833-4a19-8906-81fb9d58db60?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/35521) -- 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]
