Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

CompositionEvent is not getting triggered for non input field

  • Aucune réponse
  • 1 a ce problème
  • 10 vues
more options

Dear All,

We are working on a project where the page will have a canvas element and page focus will be on canvas element and when users interact, all the key input will be captured using keydown and keyup event and will be sent to the server.

All the normal characters work but composition keys are not working. Even composition events are not getting fired. I tried below example

https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event

Any help on this will be appreciated.

Thanks

Dear All, We are working on a project where the page will have a canvas element and page focus will be on canvas element and when users interact, all the key input will be captured using keydown and keyup event and will be sent to the server. All the normal characters work but composition keys are not working. Even composition events are not getting fired. I tried below example https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event Any help on this will be appreciated. Thanks