[Bug 11567] New: Shortcut is searching with every keypress
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11567 Bug ID: 11567 Summary: Shortcut is searching with every keypress Change sponsored?: --- Product: Koha Version: 3.14 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Staff Client Assignee: koha-bugs@lists.koha-community.org Reporter: vanoudt@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com 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 } -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11567 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11567 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- 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. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11567 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus@enger.priv.no --- Comment #2 from Magnus Enger <magnus@enger.priv.no> --- 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. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11567 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #3 from Tomás Cohen Arazi <tomascohen@gmail.com> --- 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. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11567 Liz Rea <wizzyrea@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |wizzyrea@gmail.com Resolution|--- |WORKSFORME --- Comment #4 from Liz Rea <wizzyrea@gmail.com> --- 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). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11567 --- Comment #5 from Nicholas van Oudtshoorn <vanoudt@gmail.com> --- 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). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11567 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vimal0212@gmail.com --- Comment #6 from Chris Cormack <chris@bigballofwax.co.nz> --- *** Bug 11712 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org