From 53dff6c013f25a840e75f3841afaa53c4f4b4219 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 Signed-off-by: Kathy Lussier --- 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 d31ec5c6e5..db8e90037d 100644 --- a/Open-ILS/web/js/ui/default/staff/bower.json +++ b/Open-ILS/web/js/ui/default/staff/bower.json @@ -26,7 +26,7 @@ "angular-bootstrap": "~0.11.0" }, "dependencies": { - "angular-hotkeys": "chieffancypants/angular-hotkeys#~1.2.0", + "angular-hotkeys": "chieffancypants/angular-hotkeys#~1.3.0", "angular-location-update": "./extern/angular-location-update/" } } -- 2.11.0