KartikTalwar / gmail.js

Gmail JavaScript API
MIT License
3.74k stars 455 forks source link

`recipient_change` not triggered until you click on autocomplete to confirm TO address #719

Open markon1 opened 2 years ago

markon1 commented 2 years ago

I have an issue where recipient_change event is not triggered if user types in an email as TO address but doesn't click the autocomplete that shows up to confirm. If user clicks elsewhere, TO address stays as he entered it, even if he sends email it is sent to this address, but it's simply not registered by gmail.js.

josteink commented 2 years ago

It seems our compose-support is somewhat deteriorating ever since Gmail pushed the PeopleKit UI update.

For the time being, I can create a new tag for this, so it is easier to group and assess, but I'm not working actively on solving the root issue.

PRs to fix this would be very welcome.