Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@flutteractionsbot
Copy link

@flutteractionsbot flutteractionsbot commented May 22, 2024

This pull request is created by automatic cherry pick workflow
Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request.

Issue Link:

What is the link to the issue this cherry-pick is addressing?

flutter/flutter#146570

Changelog Description:

Explain this cherry pick in one line that is accessible to most Flutter developers. See best practices for examples

Fixes a case where platform view inputs would get mapped to the wrong location on Android.

Impact Description:

Incorrect input locations on non virtual display Android platform views when used inside a scrolling view.

Workaround:

No

Risk:

What is the risk level of this cherry-pick?

  • Low
  • Medium
  • High

Test Coverage:

Are you confident that your fix is well-tested by automated tests?

  • Yes
  • No

Validation Steps:

What are the steps to validate that this fix works?

Repro steps are in flutter/flutter#146570

Fixes flutter/flutter#146570, which tracks a regression from flutter#49268 regarding platform view inputs in some specific cases.

This PR translates the input event location to be the same as the location we calculated before flutter#49268, returning to the previous behavior, while maintaining the input event's verified status (I checked this manually with the `InputManager`).

Tested manually with the reproduction in the linked issue.

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
@flutteractionsbot flutteractionsbot added the cp: review add the cp request to the review queue of release engineers label May 22, 2024
@flutteractionsbot
Copy link
Author

@gmackall please fill out the PR description above, afterwards the release team will review this request.

@gmackall gmackall requested a review from a team May 22, 2024 20:19
@gmackall
Copy link
Member

Hmm, odd that the formatting is wrong here but passed the check on the original pr.

Also, et format doesn't work for me and the patch in the test is corrupted, hmm

@reidbaker
Copy link
Contributor

reidbaker commented May 28, 2024

Hmm, odd that the formatting is wrong here but passed the check on the original pr.

Also, et format doesn't work for me and the patch in the test is corrupted, hmm

I agree, FWIW I also ran into an issue where I did a CP and the formatter failed.

@itsjustkevin itsjustkevin added the autosubmit Merge PR when tree becomes green via auto submit App label May 31, 2024
@auto-submit auto-submit bot merged commit 1a948ed into flutter:flutter-3.22-candidate.0 May 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App cp: review add the cp request to the review queue of release engineers platform-android

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants