🐛 Bug Fix
- Search: the next/previous/close/replace buttons of the search bar could be reached with Tab but did nothing on Enter/Space — the handlers listened only to
pointerdown, while keyboard activation of a native button firesclick. Keyboard-initiated clicks (detail === 0, which also covers screen readers) are now handled; pointer behaviour is unchanged. Fixes #1440.