Bug 13258 - Clicking the "show checkouts" button should return focus to the barcode field
Summary: Clicking the "show checkouts" button should return focus to the barcode field
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on: 11703 13537
Blocks:
  Show dependency treegraph
 
Reported: 2014-11-14 15:40 UTC by Owen Leonard
Modified: 2016-06-21 21:37 UTC (History)
6 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 13258 - Clicking the "show checkouts" button should return focus to the barcode field (1.74 KB, patch)
2014-11-14 15:56 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 13258 - Clicking the "show checkouts" button should return focus to the barcode field (1.86 KB, patch)
2014-11-14 17:27 UTC, Marc Véron
Details | Diff | Splinter Review
[PASSED QA] Bug 13258 - Clicking the "show checkouts" button should return focus to the barcode field (1.96 KB, patch)
2014-11-15 08:55 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2014-11-14 15:40:26 UTC
Clicking the "show checkouts" button or the "always show checkouts" checkbox should return the cursor to the barcode field so that checkouts can proceed.
Comment 1 Owen Leonard 2014-11-14 15:56:15 UTC Comment hidden (obsolete)
Comment 2 Marc Véron 2014-11-14 17:27:23 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-11-15 08:55:18 UTC
Created attachment 33588 [details] [review]
[PASSED QA] Bug 13258 - Clicking the "show checkouts" button should return focus to the barcode field

This patch udpates the checkouts JavaScript so that clicking the "show
checkouts" button or the "always show checkouts" checkbox returns focus
to the barcode field. This improves the checkout workflow by eliminating
a mouse click.

To test, apply the patch and clear your browser cache. Check out to a
patron and confirm that focus is returned to the barcode field after
clicking the "show checkouts" button and the "always show checkouts"
checkbox.

Patch behaves as expected.
Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as described, no problems found.
Comment 4 Tomás Cohen Arazi 2014-11-17 00:23:12 UTC
Patch pushed to master.

Thanks Owen!
Comment 5 Mason James 2015-01-21 07:04:45 UTC
This needs to be backported to 3.16.x