wikimedia/jquery.ime

Bad performance when applied to lot of input fields

Opened this issue · 1 comments

@l2c2technologies reported that the IME cause browser hang when used with lot of fields(how many?)

See http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12815#c43

Tracking it here for further investigation.

Hello again. How many input fields you have? I did a test with 200 input fields all binding to jquery.ime and it just worked. It is quite possible that your page has many other scripts to run on page load. Are you binding the input fields with jquery.ime on page start? You may optimize it by binding on focus etc.