-
Notifications
You must be signed in to change notification settings - Fork 328
FIX: Fixed ISXB-586 for 2022.3.69f1 and up. #2261
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
base: develop
Are you sure you want to change the base?
FIX: Fixed ISXB-586 for 2022.3.69f1 and up. #2261
Conversation
# Conflicts: # Packages/com.unity.inputsystem/CHANGELOG.md
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
🤖 Helpful? Please react with 👍/👎 | Questions❓Please reach out in Slack #ask-u-pr-agent |
PR Code Suggestions ✨No code suggestions found for the PR. |
@Pauliusd01 I added you for QA. Could you verify
Or test 2022.3.69f1 and for other versions just trust the process that we'll get bug reports if I regressed anything. The risk of that is pretty low. |
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## develop #2261 +/- ##
===========================================
- Coverage 76.70% 76.63% -0.08%
===========================================
Files 465 472 +7
Lines 87919 88278 +359
===========================================
+ Hits 67442 67648 +206
- Misses 20477 20630 +153 Flags with carried forward coverage won't be shown. Click here to find out more. see 9 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Cancelling all jobs running on this branch due to Android jobs being broken and stuck - see https://unity.slack.com/archives/C94RMJJ5T/p1760644095487229 Follow that thread to see when Lukas has a fix for the issue. Please refrain from rerunning the tests until the fix is available and you have it merged in this branch. |
Description
Original PR: #1975
Jira ticket: https://jira.unity3d.com/browse/ISXB-586
2022.3 PR: https://github.cds.internal.unity3d.com/unity/unity/pull/81547
2022.3 PR has successfully landed before this PR.
Testing status & QA
Adds 2022.3.69f1 to
#define
flagUNITY_INPUT_SYSTEM_SENDPOINTERHOVERTOPARENT
which was used in original fix.From the original fix:
Implements BaseInputModule sendPointerHoverToParent property for InputSystemUIInputModule. Also properly set PointerEventData reentered and fullyExited properties.
Overall Product Risks
Comments to reviewers
I did not do any kind of testing whatsoever on this backport fix.
Checklist
Before review:
Changed
,Fixed
,Added
sections.Area_CanDoX
,Area_CanDoX_EvenIfYIsTheCase
,Area_WhenIDoX_AndYHappens_ThisIsTheResult
.During merge:
NEW: ___
.FIX: ___
.DOCS: ___
.CHANGE: ___
.RELEASE: 1.1.0-preview.3
.After merge: