Skip to content

Fix losing focus in full screen mode#8906

Merged
helin24 merged 3 commits intoflutter:mainfrom
helin24:debug-foreground
Apr 16, 2026
Merged

Fix losing focus in full screen mode#8906
helin24 merged 3 commits intoflutter:mainfrom
helin24:debug-foreground

Conversation

@helin24
Copy link
Copy Markdown
Member

@helin24 helin24 commented Apr 15, 2026

Fixes #8904

I was able to reproduce and fix the problem in workbench (2025.3) and checked that installing to Idea 2026.1 also fixed the issue.

@helin24 helin24 changed the title Remove unnecessary focus line Fix losing focus in full screen mode Apr 15, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the focusProject call within the sessionPaused listener of DartVmServiceDebugProcess. Feedback indicates that this change makes the entire listener redundant due to duplication elsewhere, and suggests removing both the listener and the now-unused focusProject method to maintain code cleanliness.

Comment thread src/io/flutter/vmService/DartVmServiceDebugProcess.java Outdated
@helin24 helin24 requested a review from pq April 15, 2026 19:06
@helin24 helin24 merged commit a105e50 into flutter:main Apr 16, 2026
8 checks passed
@helin24 helin24 deleted the debug-foreground branch April 16, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IDE loses focus to Finder on any breakpoint hit in macOS Tahoe full-screen mode

2 participants