]> git.evergreen-ils.org Git - Evergreen.git/commit
ACQ unified search submit on enter (for real)
authorBill Erickson <berick@esilibrary.com>
Wed, 1 Aug 2012 17:54:00 +0000 (13:54 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 1 Aug 2012 18:23:29 +0000 (14:23 -0400)
commit460d34e561fbeb9e9c878fb2f7faa45b260ee9a3
treea30dc408e96c8b1f4889512317096f44e9bf08e6
parent8b27613b0bf67e9c14d1d8ed3121d544c8bc41c5
ACQ unified search submit on enter (for real)

This replaces the old-style submit on enter handler which was based
attaching key handlers to the dijit domNode, which does not work for
filtering selects (i.e. more complicated dijits) w/ the dijit-sanctioned
dojo.connect(..., 'onkeyup', ...), which works regardless.  This also
covers more form input elements which were overlooked with the original
submit-on-enter code.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/web/js/ui/default/acq/search/unified.js