fix resize hittest - #2
Merged
Merged
Conversation
jnaugle-nvidia
commented
Aug 12, 2026
Owner
- Fix Clawd going deaf to clicks after a size change
- Add CI: build both platforms on every push
Changing Size from the menu calls ApplyScale, which resizes the panel under a live content view. The view stayed at its old bounds, so it kept drawing correctly but stopped hit-testing the part of the window that had grown - and since the overlay only accepts mouse events while the cursor is over the crab, he ignored every press. Picking him up and throwing him was impossible until the app was restarted. Pin the view to the new content rect and give it an autoresizing mask. Also adds mouse counters to the opt-in debug dump (over/ignore/downs/ missed/drag), which is what localised this: downs stayed at 0 while over reported true. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Compiles the Swift build on macos-latest and the C# build on windows-latest, checks each produces its binary, and uploads both as artifacts - so a break in the platform you are not sitting in front of shows up on the push that caused it. The macOS bundle is tarred before upload because upload-artifact zips its input, which drops the executable bit and the code signature. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.