Edgewall Software

Opened 10 years ago

Last modified 10 years ago

#11510 closed defect

The auto preview xhr request is sent on Firefox with IME active even if a user is inputting text — at Initial Version

Reported by: t2y <tetsuya.morimoto@…> Owned by:
Priority: low Milestone: 0.12.6
Component: ticket system Version: 1.0-stable
Severity: minor Keywords:
Cc: Jun Omae Branch:
Release Notes:
API Changes:
Internal Changes:

Description

This issue is occurred on Firefox only with special state. Because, Firefox never fired the keydown or keypress event with IME active. I confirmed this is not reproduced on Chrome32 and IE8.

However, for IME user (Asian people only?), we are typing alphabetical character and mother language switching the IME mode. So, the auto preview xhr request is sent since it is not called clearTimeout during inputting own language.

It can be avoided to observe the input event for INPUT and TEXTAREA.

Change History (0)

Note: See TracTickets for help on using tickets.