flutter-tizen / engine

The Flutter engine
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
6 stars 19 forks source link

Fix key events propagation #296

Closed swift-kim closed 2 years ago

swift-kim commented 2 years ago

This PR contains the following various fixes.

Note: TextInputChannel::HandleKey handles only key down events and thus some key up events (Left, Home, and etc.) are still redundantly propagated to PlatformViewChannel and KeyEventChannel.