Recommend a good form plugin, handsontable

Source: Internet
Author: User

Website: http://handsontable.com/


The current version is 0.12.2, and there is a bug that needs to be repaired manually.


A bug that does not enter Chinese by default when you set up automatic completion of a column.

Tested on Firefox,chrome and IE11



Remedy:


Change "KeyDown" in line 1.3936 to "KeyUp"

Eventmanager.addeventlistener (document, ' KeyUp ', function (EV) {instance.runhooks (' afterdocumentkeydown ', Ev); });


2. Comment out the 1199,1202 line, as follows

/** * Listen to document body Keyboard input */This.listen = function () {Handsontable.activeguid = Instance.gui    D    if (document.activeelement && document.activeelement!== document.body) {//document.activeelement.blur ();    } else if (!document.activeelement) {//ie//document.body.focus (); }  };


Recommend a good form plugin, handsontable

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.