Skip to content

Conversation

@dkwingsmt
Copy link
Contributor

@dkwingsmt dkwingsmt commented Aug 26, 2021

This PR fixes KeyboardManager's key event synthesization logic, which were dispatching events with incorrect keys, making subsequent key events crash the app.

Likely a fix to #88236, b/197813667 and b/197766532.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@flutter-dashboard flutter-dashboard bot added the framework flutter/packages/flutter repository. See also f: labels. label Aug 26, 2021
@dkwingsmt dkwingsmt requested a review from gspencergoog August 26, 2021 15:29
@google-cla google-cla bot added the cla: yes label Aug 26, 2021
Copy link
Contributor

@gspencergoog gspencergoog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

32384589-a60f0e74-c078-11e7-9bc1-e5b5287aea9d

@dkwingsmt dkwingsmt merged commit 4771605 into flutter:master Aug 30, 2021
@dkwingsmt dkwingsmt deleted the keyboard-manager-synthesize branch August 30, 2021 00:26
christopherfujino added a commit that referenced this pull request Sep 17, 2021
* Fix KeyboardManager's synthesization  (#88967)

This PR fixes KeyboardManager's key event synthesization logic, which were dispatching events with incorrect keys, making subsequent key events crash the app.

* Revert clamping scroll simulation changes (#89885)

* Revert "Removed default page transitions for desktop and web platforms. (#82596)" (#89997)

This reverts commit 43e3197

* 'Update Engine revision to b3af521a050e6ef076778bcaf16e27b2521df8f8 for stable release 2.5.1'

* Update dds 2.0.3 -> 2.0.4

* renew cirrus key (#89988)

Co-authored-by: Tong Mu <[email protected]>
Co-authored-by: Kate Lovett <[email protected]>
Co-authored-by: Darren Austin <[email protected]>
Co-authored-by: Christopher Fujino <[email protected]>
Co-authored-by: keyonghan <[email protected]>
tomasz-karczewski-red pushed a commit to tomasz-karczewski-red/flutter that referenced this pull request Sep 23, 2021
…r#90281)

* Fix KeyboardManager's synthesization  (flutter#88967)

This PR fixes KeyboardManager's key event synthesization logic, which were dispatching events with incorrect keys, making subsequent key events crash the app.

* Revert clamping scroll simulation changes (flutter#89885)

* Revert "Removed default page transitions for desktop and web platforms. (flutter#82596)" (flutter#89997)

This reverts commit 43e3197

* 'Update Engine revision to b3af521a050e6ef076778bcaf16e27b2521df8f8 for stable release 2.5.1'

* Update dds 2.0.3 -> 2.0.4

* renew cirrus key (flutter#89988)

Co-authored-by: Tong Mu <[email protected]>
Co-authored-by: Kate Lovett <[email protected]>
Co-authored-by: Darren Austin <[email protected]>
Co-authored-by: Christopher Fujino <[email protected]>
Co-authored-by: keyonghan <[email protected]>
abhishekprofcyma pushed a commit to abhishekprofcyma/flutter that referenced this pull request Dec 2, 2021
…r#90281)

* Fix KeyboardManager's synthesization  (flutter#88967)

This PR fixes KeyboardManager's key event synthesization logic, which were dispatching events with incorrect keys, making subsequent key events crash the app.

* Revert clamping scroll simulation changes (flutter#89885)

* Revert "Removed default page transitions for desktop and web platforms. (flutter#82596)" (flutter#89997)

This reverts commit 43e3197

* 'Update Engine revision to b3af521a050e6ef076778bcaf16e27b2521df8f8 for stable release 2.5.1'

* Update dds 2.0.3 -> 2.0.4

* renew cirrus key (flutter#89988)

Co-authored-by: Tong Mu <[email protected]>
Co-authored-by: Kate Lovett <[email protected]>
Co-authored-by: Darren Austin <[email protected]>
Co-authored-by: Christopher Fujino <[email protected]>
Co-authored-by: keyonghan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

framework flutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants