2026-08-19 — Location dropdown stays open
Summary
The header location menu no longer snaps shut right after you open it. The delayed blur-close raced with the chevron and the portaled list (same class of bug as the Events/About menus).
Highlights
-
Opening the field or chevron keeps the list up; it closes on outside pointer, Tab away, Escape, or an actual place choice.
-
Chevron mousedown does not steal focus from the input, so a delayed blur cannot toggle the panel closed.
-
The portaled list is part of the hit target (
listRef) and swallows mousedown so clicks on radius chips do not count as leaving the field.