dosubot[bot] commented on issue #36132: URL: https://github.com/apache/superset/issues/36132#issuecomment-3540828227
<!-- Answer --> This is a known limitation with Superset embedded dashboards: while the active tab is visually selected when using a permalink key, the content always displays the first tab. This happens because anchor links and anchor-based navigation are intentionally disabled in embedded mode, so the dashboard does not switch the displayed content to match the selected tab, even though the state (activeTabs/anchor) is set correctly in the Redux store and URL params. This behavior is confirmed by both the codebase and community reports—see [this issue](https://github.com/apache/superset/issues/32311) and [this discussion](https://github.com/apache/superset/discussions/33740). There is currently no built-in workaround to force embedded dashboards to display the correct tab content via anchors or permalink keys. If you need to embed only the content from a specific tab, the suggested workaround is to create a separate dashboard for that tab and embed it instead, or embed individual charts as needed. This limitation is recognized by maintainers and may be addressed in future updates, but as of now, anchors do not trigger tab content switching in embedded dashboards. <!-- 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/61f7fa4c-32bf-40a9-9585-4a4f0637eebc?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/61f7fa4c-32bf-40a9-9585-4a4f0637eebc?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/61f7fa4c-32bf-40a9-9585-4a4f0637eebc?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/61f7fa4c-32bf-40a9-9585-4a4f0637eebc?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/61f7fa4c-32bf-40a9-9585-4a4f0637eebc?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/61f7fa4c-32bf-40a9-9585-4a4f0637eebc?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/61f7fa4c-32bf-40a9-9585-4a4f0637eebc?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/36132) -- 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]
