paperclip/ui/src/context
Dotta d0bdbe11a9
Stabilize inline selector keyboard handling (#4617)
## Thinking Path

> - Paperclip's board UI relies on compact selectors for frequent issue
and agent edits.
> - Inline selectors often live inside larger keyboard-aware surfaces
such as composers and popovers.
> - Arrow, enter, tab, and escape keys handled by the selector should
not leak to parent document shortcuts.
> - Stale company selection should also stay hidden until the company
list confirms it is valid.
> - This pull request tightens inline selector keyboard handling and
adds regression coverage for stale company bootstrap behavior.
> - The benefit is fewer accidental parent interactions and safer
company-scoped UI initialization.

## What Changed

- Added a stable empty `recentOptionIds` default so selector filtering
does not get a new array every render.
- Mirrored highlighted option state into a ref so Enter/Tab commits the
current highlighted option reliably after keyboard navigation.
- Stopped propagation for selector-owned navigation/commit/escape keys.
- Added jsdom regressions for inline selector keyboard handling and
CompanyProvider stale selection behavior.

## Verification

- `pnpm exec vitest run ui/src/components/InlineEntitySelector.test.tsx
ui/src/context/CompanyContext.test.tsx`
- Targeted selector and CompanyProvider tests pass cleanly without React
`act(...)` warnings.
- Screenshots not attached: this is keyboard/state behavior covered by
component tests.

## Risks

- Low risk: changes are scoped to inline selector key handling and
tests. The main behavior shift is intentionally preventing handled
selector keys from reaching parent listeners.

> For core feature work, check [`ROADMAP.md`](ROADMAP.md) first and
discuss it in `#dev` before opening the PR. Feature PRs that overlap
with planned core work may need to be redirected — check the roadmap
first. See `CONTRIBUTING.md`.

## Model Used

- OpenAI Codex coding agent based on GPT-5, tool-enabled local
repository and shell access, Paperclip heartbeat context.

## Checklist

- [x] I have included a thinking path that traces from project context
to this change
- [x] I have specified the model used (with version and capability
details)
- [x] I have checked ROADMAP.md and confirmed this PR does not duplicate
planned core work
- [x] I have run tests locally and they pass
- [x] I have added or updated tests where applicable
- [ ] If this change affects the UI, I have included before/after
screenshots
- [x] I have updated relevant documentation to reflect my changes
- [x] I have considered and documented any risks above
- [x] I will address all Greptile and reviewer comments before
requesting merge

---------

Co-authored-by: Paperclip <noreply@paperclip.ing>
2026-04-27 20:04:35 -05:00
..
BreadcrumbContext.test.tsx [codex] improve issue and routine UI responsiveness (#3744) 2026-04-15 15:54:05 -05:00
BreadcrumbContext.tsx [codex] improve issue and routine UI responsiveness (#3744) 2026-04-15 15:54:05 -05:00
CompanyContext.test.tsx Stabilize inline selector keyboard handling (#4617) 2026-04-27 20:04:35 -05:00
CompanyContext.tsx [codex] Ignore stale stored company selections (#4602) 2026-04-27 13:18:21 -05:00
DialogContext.tsx Default sub-issues to parent workspace 2026-04-06 21:24:44 -05:00
EditorAutocompleteContext.tsx Add skill slash-command autocomplete 2026-04-04 17:48:54 -05:00
GeneralSettingsContext.tsx fix(inbox): address Greptile review findings 2026-04-02 12:16:34 -05:00
LiveUpdatesProvider.test.ts [codex] Polish issue board workflows (#4224) 2026-04-21 12:25:34 -05:00
LiveUpdatesProvider.tsx [codex] Add structured issue-thread interactions (#4244) 2026-04-21 20:15:11 -05:00
PanelContext.tsx ui: persist issue properties pane visibility in localStorage 2026-03-03 12:07:01 -06:00
SidebarContext.tsx feat(ui): active agents panel, sidebar context, and page enhancements 2026-02-20 10:32:32 -06:00
ThemeContext.tsx feat(ui): light/dark theme toggle and light mode color support 2026-02-26 16:33:29 -06:00
ToastContext.test.tsx [codex] Harden execution reliability and heartbeat tooling (#3679) 2026-04-14 13:34:52 -05:00
ToastContext.tsx [codex] Harden execution reliability and heartbeat tooling (#3679) 2026-04-14 13:34:52 -05:00