tomooda / PharoIM

InputMethod support for Pharo on headless VMs
MIT License
6 stars 0 forks source link

text field triggers submit event when the enter key for deciding the translation choice is down. #14

Closed tomooda closed 2 years ago

tomooda commented 2 years ago

When you type a text on IM and select a good translation by pressing the enter key, the widget emits a submit event. This event should not be emitted because the user's typing continues in most cases.

tomooda commented 2 years ago

solved by https://github.com/tomooda/PharoIM/pull/15