Pad/doc/bugs.txt
Greg Pomerantz 0dac354f2a fix(editor): wire key events to cursor movement
- Replace gtx.Event(nil) with key.Filter{Focus: focusedID} and
  key.FocusFilter{Target: focusedID} so Gio correctly routes key
  and edit events to the focused editor text field.

- Convert EditorState.CursorPosition (byte offset) to line/column
  coordinates for accurate cursor rendering.

- Add debug logging in HandleKeyDown and HandleCursorMove.
2026-06-03 07:41:18 -04:00

5 lines
222 B
Plaintext

This file lists descriptions of outstanding bugs. Bugs are separated by empty lines.
On the BrowserPage, when I enter a search that limits the list of files, clicking on a file
delivers teh wrong file to the editor page.