Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

オープン
#4,944 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
65/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
活発
技術スタック
shell
領域
cli, frontend

調査の方向性

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.

索引モデルが issue の本文から書いたものです。

説明

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.

主要言語
Shell
スター
11.2k
フォーク
1.9k
平均マージ
14時間 16分
マージ済み PR(30日)
6

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

github/copilot-cli のほかの issue

github/copilot-cli の issue をすべて見る

似ている issue

Shell/Bash の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。