From 27516cbb036b59215ec12730ae9f9eec269cb764 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 21 Oct 2015 17:39:08 +0000 Subject: [PATCH] LP#1508477: bump up minimum version of angular-hotkeys 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 --- Open-ILS/web/js/ui/default/staff/bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/bower.json b/Open-ILS/web/js/ui/default/staff/bower.json index dc441267a9..27b2903089 100644 --- a/Open-ILS/web/js/ui/default/staff/bower.json +++ b/Open-ILS/web/js/ui/default/staff/bower.json @@ -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" } } -- 2.11.0