Bug description
Same failure mode as #3483, but for the tasks-header Filter dropdown instead of the ProjectSwitcher.
With the sidebar collapsed and hover-peek active:
- Hover the left gutter so the sidebar peeks out.
- Open the Filter menu in the Tasks header (funnel icon).
- Move the pointer off the sidebar panel.
The sidebar collapses, but the Filter menu (rendered in a portal anchored to its trigger) stays open, left floating over the content with no anchor (screenshot below).
Expected behavior
The peeked sidebar should stay open while the Filter menu is open, and resume normal hover-collapse behaviour once it closes — same as the ProjectSwitcher fix in #3484.
Fix
I already have the fix working locally — it reuses the holdSidebarPeek/releaseSidebarPeek mechanism from #3484, applied to TaskFilterMenu. PR incoming right after this issue.
Bug description
Same failure mode as #3483, but for the tasks-header Filter dropdown instead of the ProjectSwitcher.
With the sidebar collapsed and hover-peek active:
The sidebar collapses, but the Filter menu (rendered in a portal anchored to its trigger) stays open, left floating over the content with no anchor (screenshot below).
Expected behavior
The peeked sidebar should stay open while the Filter menu is open, and resume normal hover-collapse behaviour once it closes — same as the ProjectSwitcher fix in #3484.
Fix
I already have the fix working locally — it reuses the
holdSidebarPeek/releaseSidebarPeekmechanism from #3484, applied toTaskFilterMenu. PR incoming right after this issue.