windowstead #41: reposition popup panel after dock side change - #60
Conversation
|
✅ Automated recommendation: APPROVE Analysis engine: MiniMax-M2.7@https://api.minimax.io/v1 SummaryRecommendation: Approve - This is a focused fix for issue #41 that correctly restores menu visibility and repositioning after dock side changes. Change AnalysisThe PR modifies
This directly addresses the reported bug where the menu would disappear when changing the dock side, by explicitly re-establishing all menu UI elements and positioning them according to the new orientation. Standards ComplianceRepository Patterns:
UX Requirements (AGENTS.md):
Unknowns / Needs VerificationNone - the change is straightforward and uses existing established patterns. The fix is consistent with earlier work in |
Ref #41. Fix menu disappearing when changing dock side.
Fix: save menu visibility state before apply_dock_position(), restore after resize, reposition popup panel after window resize.