Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

CompositionEvent is not getting triggered for non input field

  • பதில்கள் இல்லை
  • 1 இந்த பிரச்சனை உள்ளது
  • 10 views

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