]> git.koha-community.org Git - koha.git/commit
Bug 30640: Focus does not always move to correct search header form field
authorOwen Leonard <oleonard@myacpl.org>
Thu, 28 Apr 2022 11:37:31 +0000 (11:37 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 19 May 2022 03:22:08 +0000 (17:22 -1000)
commitde4434bd4a73b06de1c06a24306368f5531bf39f
tree73c37be0d8af6efe4eb4a43eb04e2b43f3ea187e
parentb9a755d795a2738ae9cff913de2faa3758b5c4cc
Bug 30640: Focus does not always move to correct search header form field

This patch updates the staff interface's global JavaScript to
accommodate changes in the way focus is being handled after the jQuery
upgrade (see: https://github.com/jquery/jquery/issues/4950).

The "focus" class is removed from search header include files so that
there isn't a contradiction between which form field has the focus class
and which form field is displayed in the active tab.

To test, apply the patch and view various pages in the staff interface.

- On pages where focus is not being directed to a form field within the
  main content of the page, the form field in the active search header
  tab should have focus on page load:

  - Patron details
  - System preferences
  - Cities and towns

  Also test pages where a tab other than the first one is preselected:

  - Bibliographic details page
  - Patron lists

  On these pages, focus should move to the active tab's form field when
  you switch tabs.

- On pages where focus is being sent to another form field, it should
  work correctly:

  - Patrons home page
  - Check in
  - Acquisitions home page

Signed-off-by: Séverine Queune <severine.queune@bulac.fr>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc
koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-header.inc
koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt
koha-tmpl/intranet-tmpl/prog/js/staff-global.js