Just updated to 3.14.1, and noticed that any keypress (including F3!!) anywhere on most staff pages (including in input fields in the system preferences) activates the "Search" shortcut. For instance, in system preferences, if you try and search for a system preference, you start typing and it instead types one letter into the "Search the catalogue" field and then does the search. This makes the staff interface quite useless IMHO. A simple fix - I think, not sure if it's right - is to set the default_option for "disable_in_input" to true in /intranet-tmpl/lib/shortcut/shortcut.js. THat is: var default_options = { 'type':'keydown', 'propagate':false, 'disable_in_input':true, 'target':document, 'keycode':false }
I can't reproduce this problem in Firefox 26 or Chrome 31 on Windows 7. Please try clearing your browser cache. If the problem persists, please reply with your operating system and browser version.
I had something like this, when i was using the Norwegian translation. The problem seemed to be caused by me upgrading Koha but forgetting to update the templates (sudo koha-translate -u nb-NO). After I updated the translated templates, the problem disappeared.
This might have been caused by bug 11035 being pushed to stable (3.14.x) and published with 3.14.1 and thus people that forgot to update its template translations had this sympthoms.
I have seen this as well, related to translations, but it seems fixed in 3.14.1 and master. Clearing cache normally makes it go away for me (after the templates are updated).
Hmmm - it seems to be working now. I'll remember that tip about updating templates. I'm not running the debian packages (we're a Fedora shop here).
*** Bug 11712 has been marked as a duplicate of this bug. ***