Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Keyboard shortcuts not working in Chat input field (e.g., Ctrl+Shift+↑, line navigation) #3565

Open
2 of 3 tasks
zolibra opened this issue Dec 30, 2024 · 0 comments
Open
2 of 3 tasks
Assignees
Labels
area:chat Relates to chat interface ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"

Comments

@zolibra
Copy link

zolibra commented Dec 30, 2024

Before submitting your bug report

Relevant environment info

IntelliJ IDEA 2024.3.1.1 (Ultimate Edition)
Build #IU-243.22562.218, built on December 18, 2024
Runtime version: 21.0.5+8-b631.28 aarch64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.lwawt.macosx.LWCToolkit
macOS 14.6.1
Kotlin analyzer version: 2.1.20-ij243-27
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 2048M
Cores: 10
Metal Rendering is ON
Registry:
  ide.browser.jcef.jsQueryPoolSize=200
  ide.browser.jcef.contextMenu.devTools.enabled=true
  ide.experimental.ui=true
  i18n.locale=
Non-Bundled Plugins:
  com.github.continuedev.continueintellijextension (0.0.83)
  PlantUML integration (7.11.2-IJ2023.2)
  com.github.copilot (1.5.30-242)
  com.sourcegraph.jetbrains (7.5.6)
  com.baidu.comate (3.1.0)
  IdeaLogViewer (1)
Kotlin: 243.22562.218-IJ

Description

Issue Description

The chat input field in the JetBrains IDE plugin does not support certain keyboard shortcuts and navigation combinations that are commonly used in the IDE.

Current Behavior

The following keyboard shortcuts are not working in the chat input field:

  • Ctrl+Shift+↑ (line selection)
  • Navigation to line start/end
  • Other standard IDE text editing shortcuts

Expected Behavior

The chat input field should support the same keyboard shortcuts and text navigation features as other text editing areas in the IDE.

Technical Context

This issue might be related to WebView implementation limitations, as similar plugins using WebView for their UI components have reported comparable keyboard shortcut issues.

To reproduce

No response

Log output

No response

@dosubot dosubot bot added area:chat Relates to chat interface ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior labels Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:chat Relates to chat interface ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"
Projects
None yet
Development

No branches or pull requests

2 participants