-
-
Notifications
You must be signed in to change notification settings - Fork 882
AVM2: Fix a plethora of hitTest issues #8744
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
9d70b9c
avm2: Fix hittests on depth=0 children
CUB3D 29a38aa
avm2: Fix SimpleButton bounds
CUB3D f542c9a
avm2: MouseEnabled shouldn't affect abillity to select children
CUB3D 6985b12
avm2: Selecting the child of a SimpleButton should select the button,…
CUB3D 4cb1468
avm2: Button bounds_with_transform should include bounds of current s…
CUB3D e6a899a
avm2: hitTestPoint requires the object to be on the stage
CUB3D 9e40039
avm2: MouseUpInside clip events should be handled by avm2 buttons
CUB3D 437138d
avm2: Dont transform mouse_pick point in button if hit_area has a parent
CUB3D ced4798
avm2: hitTestPoint requires do to be on stage, only if shape_flag=true
CUB3D 78cdb28
chore: Fix clippy lint
CUB3D da2fba8
chore: Fmt
CUB3D 740ff72
avm2: Ignore mouse_pick on static text
CUB3D 2e814f3
avm2: Check for state parent in hit_test_shape as well as mouse_pick
CUB3D 2636024
tests: Add tests for button hittests, update hitTestPoint with onStag…
CUB3D 23b53e6
Merge branch 'master' into hittest_fixes
kmeisthax File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
// MP.hitTestObject(Btn1) | ||
true |
Binary file not shown.
Binary file not shown.
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
Binary file not shown.
Binary file not shown.
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.
Uh oh!
There was an error while loading. Please reload this page.