2026-May-08 - 2.7.15504
Pre-release
Pre-release
Fix(UX): remove auto-focus on pop-up windows (#14360) A little more involved than first expected. Dialogs have a few mechanisms where space, enter or escape will activate buttons. To disable it all so a user is way less likely to activate a button while typing required some effort. This update takes those efforts and removes focus from the accept/cancel buttons of all pop-ups. Of note, there is a delay period we created before we allow activation of buttons. This is to help get us over the hump of when a window is initially rendered and by default has active components (we disable all that during render).