Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

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

Abierto
#1,479 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Los mantenedores suelen responder en 1 día

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
76/100
Tipo de issue
Documentación
Claridad
Bien especificado
Estado de actividad
Activo
Stack tecnológico
go

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

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.
Lenguaje dominante
Go
Estrellas
115
Forks
14
Merge medio
9 h 38 min
PR fusionados (30 d)
749

Preparar el entorno

Aún no hemos revisado los archivos de configuración de este proyecto. Empieza por su README y consulta nuestra guía para la primera contribución para los pasos generales.

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de Agent-Field/CodeAF

Todos los issues de Agent-Field/CodeAF

Issues similares

Más issues de Go

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.