Cmd+A (Select All) does not work in canvas side panels on macOS

Abierto Apto para principiantes
#2,789 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
2/5
Tiempo estimado
1-3 horas
Aptitud para principiantes
72/100
Tipo de issue
Error
Claridad
Bien especificado
Estado de actividad
Tranquilo
Área
desktop

Línea de trabajo

Empieza reproduciendo el problema en la aplicación Copilot en macOS con un panel lateral de canvas enfocado y, después, inspecciona el manejo nativo del menú Edit descrito en el informe. La tarea está terminada cuando Cmd+A selecciona el contenido del panel enfocado y Cmd+A seguido de Cmd+C lo copia, mientras la selección con el ratón y Cmd+C siguen funcionando.

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

Descripción

Short summary

Cmd+A (Select All) does nothing when focus is in a canvas side panel on macOS.

Affected version or release

Copilot app, macOS (Darwin). Version not captured at the time of the report.

Installation context

Local desktop app, canvas side panel open next to a project session.

What happened?

While viewing content in a canvas side panel, I pressed Cmd+A to select the page contents so I could copy them. Nothing was selected.

Manually drag-selecting the text with the mouse and then pressing Cmd+C works fine, so copying is possible — but for anything longer than a screen it's tedious and error-prone.

This looks like the app's native macOS Edit menu has no Select All item bound to Cmd+A, so the shortcut is never routed into the webview hosting the canvas. Drag-select and Cmd+C are native webview behaviors that work without a menu binding, which is consistent with only Cmd+A being broken.

Steps to reproduce
  1. On macOS, open the Copilot app.
  2. Open any canvas in the side panel that renders a page of text/content.
  3. Click into the canvas panel to give it focus.
  4. Press Cmd+A.
  5. Observe that nothing is selected.
  6. Drag-select some text with the mouse and press Cmd+C — this works, confirming copy itself is functional.
Expected behavior

Cmd+A should select the contents of the focused canvas panel, matching standard macOS behavior and the rest of the app. Cmd+A followed by Cmd+C should copy the panel's contents.

Additional context
  • Platform: macOS (Darwin)
  • Only Cmd+A appears affected; mouse selection and Cmd+C behave normally.
  • Likely fix is registering a Select All accelerator in the app's native Edit menu so the shortcut reaches the webview.
Lenguaje dominante
Sin datos de lenguaje
Estrellas
2.1k
Forks
157
Métricas de merge de PR
Sin PR fusionados en 30 d

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/app

Todos los issues de github/app

Issues similares

Más issues de Desktop Dev

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.