Fix: on insert form, clicking on a field open the auto-complete list even if ac is...
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Wed, 22 Sep 2010 22:13:41 +0000 (00:13 +0200)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Thu, 23 Sep 2010 00:13:54 +0000 (02:13 +0200)
js/ac_insert_row.js

index 3517becb9ba192aef48ae273ce1e694cb1b0c23d..120a57982c05d5d9d2ea1193452903f3364fdcc9 100644 (file)
@@ -213,7 +213,7 @@ jQuery(document).ready(function () {
        /* open the list when the field get the focus */
        jQuery.ppa.attrs
                .focus(function (e) {
-                       openlist(this);
+                       $(this).keyup();
                });
        
        /* enable/disable auto-complete according to the checkbox */