Fix windows keyboard: Extended key, delegate order#26757
Conversation
| // emitting a warning on the console about unhandled events. | ||
| static constexpr int kMaxPendingEvents = 1000; | ||
|
|
||
| // Chromium uses this bit in scancode to mark "extended" keys. |
There was a problem hiding this comment.
Are you saying "Chromium" here because that's where you saw this pattern, or does this have something to do with Chromium on Windows running Flutter code? (I imagine it can only be the first, but the comment is unclear).
|
This pull request is not suitable for automatic merging in its current state.
|
* 7e449ce Roll Skia from fab6ede2ec1d to 33da72d168d7 (24 revisions) (flutter-team-archive/engine#26790) * 9d2ab41 Fix windows keyboard: Extended key, delegate order (flutter-team-archive/engine#26757) * e3f4f2b Roll Dart SDK from 2084c5eeef79 to 914b1c6d1c88 (4 revisions) (flutter-team-archive/engine#26792) * 4754a23 Roll Skia from 33da72d168d7 to 491282486e34 (1 revision) (flutter-team-archive/engine#26793) * 6a7f1a9 Roll Skia from 491282486e34 to b2cb817d23d0 (4 revisions) (flutter-team-archive/engine#26795) * 42d391d Fix a leak of the resource EGL context on Android (flutter-team-archive/engine#26789) * 4f89b26 Roll Dart SDK from 914b1c6d1c88 to 369366069b83 (1 revision) (flutter-team-archive/engine#26799) * 6e9444b Roll Skia from b2cb817d23d0 to e8502cc73c5d (5 revisions) (flutter-team-archive/engine#26801) * 86dacc0 Revert "Support scrolling in iOS accessibility (#26671)" (flutter-team-archive/engine#26803) * 0cbaa80 Disable Skia reduceOpsTaskSplitting option (flutter-team-archive/engine#26568) * b9761b2 Roll Skia from e8502cc73c5d to 8e814b3be082 (6 revisions) (flutter-team-archive/engine#26805) * e274d31 Remove autoninja calls from the analyze script. (flutter-team-archive/engine#26752) * 399917c Revert "Remove autoninja calls from the analyze script. (#26752)" (flutter-team-archive/engine#26812) * b9616ca Roll Dart SDK from 369366069b83 to 0796dd6c7bcf (1 revision) (flutter-team-archive/engine#26807)
…ive#26757) * Adjust order * Update code * Fix Extended * Add tests * Better constants * Format * Comment * Link
|
It has a certain effect! Thank you for your contribution! But I found that the problem still exists. I still can't delete it after using Win + space in the flutter. I need to press win again in the flutter program to fix this phenomenon! Only textfield is needed to reproduce |
|
@au-top Upgrade 到最新 master channel 即可, |
好的谢谢! |
…ive#26757) * Adjust order * Update code * Fix Extended * Add tests * Better constants * Format * Comment * Link

This PR fixes Windows's keyboard implementation by:
none, which somehow messes up the following backspace events.FlutterWindowsViewnow adds the embedder handler before the channel handler.Pre-launch Checklist
writing and running engine tests.
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.