LP#1508477: bump up minimum version of angular-hotkeys user/gmcharlt/lp1508477-better-webstaff-hotkeys
authorGalen Charlton <gmc@esilibrary.com>
Wed, 21 Oct 2015 17:39:08 +0000 (17:39 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 21 Oct 2015 17:49:31 +0000 (17:49 +0000)
Version 1.3.0 of angular-hotkeys is now required, as this
is the version that introduces the ability the specify
that hotkeys can be used even when inputs, selects,
and textareas have focus.

After applying the patch (and doing a bower update,
grunt uglify, and install), one can test hotkeys in
the web staff client by (for example):

- starting from the home page and hitting F1 to
  get to patron search by barcode
- hitting F5 to get the item status page

Note that if the page embeds the OPAC or a Dojo
interface using an egEmbedFrame, if any element
of the iframe's content has focus, the hotkeys won't
work -- that will be the subject of another patch.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/web/js/ui/default/staff/bower.json

index dc44126..27b2903 100644 (file)
@@ -26,6 +26,6 @@
     "angular-bootstrap": "~0.11.0"
   },
   "dependencies": {
-    "angular-hotkeys": "chieffancypants/angular-hotkeys#~1.2.0"
+    "angular-hotkeys": "chieffancypants/angular-hotkeys#~1.3.0"
   }
 }