WinHandler::got_focus called twice in a row
Open
Nobody has claimed this yet.
bug
shell/mac
- Dominant language
- Rust
- Stars
- 9.7k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
On macOS, we're calling WinHandler::got_focus twice in succession each time the window gains focus. We should only call it once.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the macOS window focus event handling to the point where WinHandler::got_focus is called. Confirm the duplicate callback when a window gains focus, then verify that each focus gain produces exactly one call.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100