codeant-ai-for-open-source[bot] commented on PR #38791:
URL: https://github.com/apache/superset/pull/38791#issuecomment-4106384865
## **Sequence Diagram**
This PR replaces custom popover focus and keyboard handling with a
standardized dropdown and menu flow. The new interaction removes the unwanted
hover focus outline while preserving keyboard navigation and closing behavior.
```mermaid
sequenceDiagram
participant User
participant DetailsPanelPopover
participant NoAnimationDropdown
participant Menu
participant Dashboard
User->>DetailsPanelPopover: Hover or click filter badge
DetailsPanelPopover->>NoAnimationDropdown: Open popover from component
state
NoAnimationDropdown->>Menu: Render grouped applied filter items
User->>Menu: Navigate items and select a filter
Menu->>DetailsPanelPopover: Item click closes popover
DetailsPanelPopover->>Dashboard: Highlight selected filter source
Dashboard->>DetailsPanelPopover: Active tab changes
DetailsPanelPopover->>NoAnimationDropdown: Close popover automatically
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
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]