Fix tray popup height measurement#826
Conversation
|
Codex review: needs maintainer review before merge. Reviewed June 25, 2026, 11:03 PM ET / 03:03 UTC. Summary Reproducibility: no. I did not establish a high-confidence local Windows tray reproduction in this read-only Linux environment. Current-main source still has the old measurement path, and the before/after screenshots provide credible medium-confidence evidence for the visible clipping problem. Review metrics: 3 noteworthy metrics.
Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Mantis proof suggestion Risk before merge
Maintainer options:
Next step before merge
Security Review detailsBest possible solution: Land the focused pixel-exact tray popup sizing fix after current-head validation settles, with optional native visual proof for cascading flyouts if maintainers want extra UI confidence. Do we have a high-confidence way to reproduce the issue? No, I did not establish a high-confidence local Windows tray reproduction in this read-only Linux environment. Current-main source still has the old measurement path, and the before/after screenshots provide credible medium-confidence evidence for the visible clipping problem. Is this the best way to solve the issue? Yes. Measuring the full RootGrid at the final client width and applying pixel AppWindow sizing is the narrow maintainable fix for wrapped content determining height; cascade-specific visual proof would improve confidence but does not change the implementation direction. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 84d2e6ab80c8. Label changesLabel justifications:
Evidence reviewedWhat I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
eacd375 to
8f601c5
Compare
8f601c5 to
0472422
Compare
Measure the tray popup against its final client width and apply pixel-exact window sizing so wrapped content determines height deterministically. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0472422 to
eaf9ab5
Compare
Summary
Validation
Screenshots
Before fix:

After fix:
