Open Sangeetha-Raju opened 3 years ago
Hi @Sangeetha-Raju, Thanks for filing the issue. If I understand correctly when mouse
and ctrl
key is pressed simultaneously the KeyUpEvent is not getting triggered when the control key is released, is that correct?
Thanks
Hi @maheshmnj , Yes, you are correct. This issue occurs only when releasing the control key.
@Sangeetha-Raju Thanks for the confirmation, I can reproduce the issue, when mouse left and ctrl key is pressed simultaneously the KeyUpEvent is not getting triggered when the control key is released.
This is probably happening because on pressing mouse left and ctrl, a menu is shown.
/cc @dkwingsmt
Steps to reproduce
flutter create bug
.flutter run -d chrome
Expected Result:
Actual Result:
verbose log