dosubot[bot] commented on issue #35495: URL: https://github.com/apache/superset/issues/35495#issuecomment-3366890603
<!-- Answer --> This looks like a regression introduced by recent frontend refactoring in Superset. The switch from Ant Design's Menu component (with openKeys state management) to Dropdown's menu prop and custom submenu components (like DrillBySubmenu) changed how drill menu items are rendered and interacted with. As a result, all "Drill to detail by" options may highlight and get clicked as one, instead of allowing selection of a specific aspect. This is likely due to submenu open state or event handling not being managed correctly after the refactor ([PR #35122](https://github.com/apache/superset/pull/35122), [PR #34424](https://github.com/apache/superset/pull/34424)). No existing tickets or docs cover this specific regression, and none of the recent PRs explicitly fix it. If you need a workaround, you might try using a different browser or reverting to an earlier version, but the underlying issue is in the frontend code and will likely need a fix in a future release. Monitoring the ChartContextMenu and DrillBySubmenu components for updates is recommended. <!-- 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/09e069d3-d440-4d07-99a8-f31d4c5f873b?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/09e069d3-d440-4d07-99a8-f31d4c5f873b?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/09e069d3-d440-4d07-99a8-f31d4c5f873b?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/09e069d3-d440-4d07-99a8-f31d4c5f873b?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/09e069d3-d440-4d07-99a8-f31d4c5f873b?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/09e069d3-d440-4d07-99a8-f31d4c5f873b?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/09e069d3-d440-4d07-99a8-f31d4c5f873b?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/35495) -- 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]
