-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CP-stable][web] Use
eventTarget
when computing pointer offset (#57246
) This pull request is created by [automatic cherry pick workflow](https://github.com/flutter/flutter/blob/main/docs/releases/Flutter-Cherrypick-Process.md#automatically-creates-a-cherry-pick-request) Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request. ### Issue Links: flutter/flutter#160155 flutter/flutter#159804 ### Changelog Description: Work around this Chromium bug: https://issues.chromium.org/issues/382473107 ### Impact Description: This bug is causing issues when mouse interacts with text fields in Flutter Web. ### Workaround: This CP *is* the workaround. ### Risk: What is the risk level of this cherry-pick? ### Test Coverage: Are you confident that your fix is well-tested by automated tests? ### Validation Steps: - Open a Flutter Web app in Chrome. - Click on a text field. - Move the mouse over the text field. - There should be no errors in the console.
- Loading branch information
1 parent
ce26d8b
commit 9c0d322
Showing
2 changed files
with
48 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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 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