This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Fixed a case where the KeyUp event is not called by Command+Key on MacOS#45565
Closed
zuvola wants to merge 6 commits intoflutter:mainfrom
zuvola:fix_keyup
Closed
Fixed a case where the KeyUp event is not called by Command+Key on MacOS#45565zuvola wants to merge 6 commits intoflutter:mainfrom zuvola:fix_keyup
zuvola wants to merge 6 commits intoflutter:mainfrom
zuvola:fix_keyup
Conversation
Member
|
I don't know if this is the correct solution. Why is |
Author
|
@knopp engine/shell/platform/darwin/macos/framework/Source/FlutterTextInputPlugin.mm Lines 384 to 392 in 727fd96 Should I have fixed the resignAndRemoveFromSuperview? |
Member
|
I'm not sure what the correct solution is here, I will look into it, but I think the responder chain should be consistent before and after text input plugin is added/removed from hierarchy. |
Author
|
Ok, I understand. Thanks for the correction. |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes flutter/flutter#133832
The KeyUp event was not being called when the first responder was the FlutterViewWrapper.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.