Bug 21664

Summary: Input not blocked by modal for hold found
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: cbrannon, gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21346
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Nick Clemens (kidclamp) 2018-10-25 14:43:27 UTC
To recreate:
1 - Place a few holds in the catalog, one for pickup at current library, one for pickup elsewhere
2 - Checkin the first hold
3 - Click nothing and note that focus is still on the barcode field in the checkin box
4 - Type the next barcode for the hold at another location, note it populates
5 - Hit enter
6 - You get a new modal for transfer
7 - Note the barcode field is not in focus
8 - Note you cannot type until the modal is dismissed
Comment 1 Christopher Brannon 2018-10-25 14:55:23 UTC
Is this regarding returns.pl?
Comment 2 Owen Leonard 2018-10-25 15:16:53 UTC
This is a duplicate of Bug 21186, because the problem stems from an incorrect event name being used to change the focus. I'll add a followup to that bug which includes a fix for returns.tt because I didn't catch it the first time around.

*** This bug has been marked as a duplicate of bug 21186 ***