Pattern

State-Change Callback Gating

callback-gated-by-state-transition

UI components trigger callbacks on the wrong moments because state transitions and handler identity aren’t coordinated—causing duplicated open events, inconsistent toggle selection, and missed dropdown actions when propagation is stopped or clear is triggered by keyboard input.