fix: keep cursor overlay hidden throughout point scanning - #781
Merged
Merged
Conversation
enaboapps
marked this pull request as ready for review
September 15, 2026 15:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hide the mouse cursor overlay before point scanning appears and retain suppression through menus, pauses, hold prompts, auto-selection and drag execution. Restore normal cursor behavior only after scanner windows are hidden, without replaying old feedback.
Native presentation checks generation ownership on Windows and in queued macOS callbacks. Scanning waits for native hide acknowledgement without blocking the main thread, and cancels if the handoff cannot complete. Cursor preferences and protocol remain unchanged.
Closes #780
Validation: npm run lint, npm test (151 frontend and 5 updater-feed tests), npm run build, cargo fmt --check, cargo clippy --all-targets -- -D warnings, cargo test (389 unit and 7 integration tests), and git diff --check passed. Independent review of c02ede8 is clean after addressing the partial-presentation cleanup finding. Hosted CI passed on this head: frontend, dependency audit, Windows native installer, macOS app/DMG, and CodeQL. CI evidence: https://github.com/switchifyapp/switchify-pc/actions/runs/34986289088 and https://github.com/switchifyapp/switchify-pc/actions/runs/34986289068. Physical desktop smoke testing has not been performed.