Summary: | Set focus for cursor to name input box when creating a new list in the OPAC | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | barbara.johnson, gmcharlt, koha-bugs, lucas, testopia |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26826 | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.11.00
|
|
Circulation function: | |||
Bug Depends on: | 26805 | ||
Bug Blocks: | |||
Attachments: |
Bug 26830: Set focus for cursor to name input box when creating a new list in the OPAC
Bug 26830: Set focus for cursor to name input box when creating a new list in the OPAC Bug 26830: Set focus for cursor to name input box when creating a new list in the OPAC |
Description
Owen Leonard
2020-10-26 20:56:41 UTC
Created attachment 112548 [details] [review] Bug 26830: Set focus for cursor to name input box when creating a new list in the OPAC This patch adds the "focus" class to the list name input box in order to automatically set focus on the field. To test, apply the patch and log in to the OPAC. - Go to Lists -> New list. - The cursor focus should automatically be on the "list name" field. *** Bug 26827 has been marked as a duplicate of this bug. *** Created attachment 112593 [details] [review] Bug 26830: Set focus for cursor to name input box when creating a new list in the OPAC This patch adds the "focus" class to the list name input box in order to automatically set focus on the field. To test, apply the patch and log in to the OPAC. - Go to Lists -> New list. - The cursor focus should automatically be on the "list name" field. Signed-off-by: B Johnson <barbara.johnson@bedfordtx.gov> Created attachment 112791 [details] [review] Bug 26830: Set focus for cursor to name input box when creating a new list in the OPAC This patch adds the "focus" class to the list name input box in order to automatically set focus on the field. To test, apply the patch and log in to the OPAC. - Go to Lists -> New list. - The cursor focus should automatically be on the "list name" field. Signed-off-by: B Johnson <barbara.johnson@bedfordtx.gov> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 20.11, thanks to everybody involved! enhancement will not be backported to 20.05.x |