Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

The keys manual says Home arrows cross columns but the keys stay in the field

Aperta
#1,479 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
76/100
Tipo di issue
Documentazione
Chiarezza
Specificata chiaramente
Stato di attività
Attiva
Stack tecnologico
go

Direzione di ricerca

Compare internal/manual/chat/keys.md:2220 and :2237 with home.md:471, then inspect internal/tui3/home.go:2862 and :2908 and homeKey. Run the manual query and the make demo-home reproduction first. Done means both manual pages describe the same arrow behavior and a navigation test verifies field-row arrows do not cross columns.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

area:chat bug sev:papercut

Seen on dev@debffabf6. Surfaced while verifying #1422; not introduced by it.

What happened

keys.md says ← and → cross Home's columns to a nearby row. home.md says they never leave the field: → opens the row's verbs and ← closes them. The code supports the latter behavior. The two pages give opposite instructions for a basic navigation gesture.

Replication

Deterministic (no model). Run codeaf manual "how do left and right arrows move on Home" and compare the returned sections. In codeaf chat with make demo-home, focus a field row and press →; it opens a fold, pane or row action, or moves the editor caret. It does not select a row in a different column.

Where

internal/manual/chat/keys.md:2220 and :2237 at dev@debffabf6 promise column crossing. internal/manual/chat/home.md:471 states the field behavior. internal/tui3/home.go:2862 and :2908, homeKey, handle the arrows without cross-column selection.

The fix

Correct keys.md to describe the actual row and editor actions, including the special pane/fold cases, and keep both manual pages in one vocabulary.

Acceptance

  • e2e: codeaf manual "how do left and right arrows move on Home" agrees with arrow behavior in codeaf chat.
  • Unit: a navigation test asserts that field-row arrows do not move selection into another column.
  • Record the former cross-column promise in invalidates.
Lingua principale
Go
Stelle
115
Fork
14
Merge medio
9h 38m
PR unite (30g)
730

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di Agent-Field/CodeAF

Tutte le issue di Agent-Field/CodeAF

Issue simili

Altre issue su Go

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.