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

Form fields don't support mouse click / cursor placement for inline text editing

Abierto
#4,944 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
65/100
Tipo de issue
Error
Claridad
Bien especificado
Estado de actividad
Activo
Stack tecnológico
shell
Área
cli, frontend

Línea de trabajo

Look at the code handling the ask_user/elicitation tool form fields, likely in the UI or input layer of the CLI. Compare how the main prompt input handles mouse events and cursor placement. Identify the specific component or function that renders form fields and see where mouse interaction is missing. Test the fix by running the CLI and triggering a form to verify cursor placement works.

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

Descripción

area:input-keyboard area:tools

Describe the bug
In the normal prompt input, users can click with the mouse to reposition the cursor and edit text inline (insert/delete at an arbitrary point). When answering a question inside an agent-presented form (ask_user/elicitation tool), this same interaction is not available — there's no way to click to place the cursor mid-text, forcing users to fall back to keyboard-only editing (or retyping) for anything beyond a short, simple answer.

Expected behavior
Text fields inside forms should support the same mouse-based cursor placement / inline editing behavior as the main prompt input, so editing a longer or partially-wrong answer doesn't require retyping it from scratch.

Additional context
This creates a jarring UX inconsistency: the interaction model a user has learned for the main prompt doesn't carry over once a form is shown, making the tool's behavior unpredictable depending on which UI mode is active.

Lenguaje dominante
Shell
Estrellas
11.2k
Forks
1.9k
Merge medio
14 h 16 min
PR fusionados (30 d)
6

Guía de contribución

Abrir la guía de contribución

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 github/copilot-cli

Todos los issues de github/copilot-cli

Issues similares

Más issues de Shell/Bash

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.