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

Full-Screen Toggle Mode Focus Issues #3550

Open
3 tasks done
chrisoutwright opened this issue Dec 27, 2024 · 4 comments
Open
3 tasks done

Full-Screen Toggle Mode Focus Issues #3550

chrisoutwright opened this issue Dec 27, 2024 · 4 comments
Assignees
Labels
area:chat Relates to chat interface ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"

Comments

@chrisoutwright
Copy link

chrisoutwright commented Dec 27, 2024

Before submitting your bug report

Relevant environment info

**OS:** Windows_NT x64 10.0.19045  
**Continue version:**  0.8.66
**IDE version:** Visual Studio Code   1.96.2 (user setup)  
**Model:** Ollama Qwen 2.5 local 32b coder, Deepseeker v3 (OpenRouter)

Description

Description:

When using Continue.dev in full-screen mode and attempting to handle it as a side menu, an issue arises where follow-up questions stop processing upon losing focus. Additionally, every time focus is shifted away from the extension, a new chat window is automatically opened (actually it jumps to beginning, but had case of new chat window yesterday, today jumping seen, see clip below in my comment). This behavior persists across different models, including Ollama Qwen 2.5 local 32b coder and Deepseeker v3 from OpenRouter, indicating that this might be an extension-specific issue rather than a model-related one.

The issue seems to stem from how focus and window management are handled within the extension when operating in a new window.

image

To reproduce

Steps to reproduce the problem:

  1. Open Continue.dev in full-screen mode in VS Code.
  2. Use the side menu-like functionality while interacting with the extension.
  3. Ask a follow-up question.
  4. Switch focus to the main VS Code window.
  5. Observe the behavior when returning to Continue.dev.

Expected Behavior:

  • Follow-up questions continue processing even after losing focus.
  • No new chat window is opened when focus is lost.

Actual Behavior:

  • The follow-up question stops processing as soon as the focus shifts away from the Continue.dev window.
  • A new chat window opens automatically when focus is lost.

Log output

No response

@dosubot dosubot bot added area:chat Relates to chat interface ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior labels Dec 27, 2024
@chrisoutwright
Copy link
Author

Actually the problem is not a new CHAT in this context but that it will JUMP to the beginning when I have scrolled in the CHAT .. that prevent reading the relevant part when comparing code, making a new window useless when mouse is used in any way.

2024-12-27.17-39-47.mp4

@josephharkins
Copy link

josephharkins commented Dec 27, 2024

I think I am experiencing the same issue, where there is a lot of focus jumping that happens

Scroll up the chat and change focus to the code window? jumps to beginning

click to copy something in the chat - jumps

Also on windows

@HD787
Copy link
Contributor

HD787 commented Dec 27, 2024

@chrisoutwright @josephharkins Hey, this seems to be something I missed when making changes to the fullscreen, apologies for any inconvenience, I've got a fix working locally and I'll make a PR shortly. Thanks for reporting!

@josephharkins
Copy link

@chrisoutwright @josephharkins Hey, this seems to be something I missed when making changes to the fullscreen, apologies for any inconvenience, I've got a fix working locally and I'll make a PR shortly. Thanks for reporting!

Woo awesome thanks for the quick reply!

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:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"
Projects
None yet
Development

No branches or pull requests

4 participants