Bug 31400 - Set focus for cursor to matching rule code when adding a new matching rule
Summary: Set focus for cursor to matching rule code when adding a new matching rule
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Katrin Fischer
QA Contact: Kyle M Hall
URL:
Keywords:
Depends on:
Blocks: 31411
  Show dependency treegraph
 
Reported: 2022-08-18 20:53 UTC by Katrin Fischer
Modified: 2023-12-28 20:43 UTC (History)
2 users (show)

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


Attachments
Bug 31400: Set focus on first input when adding a new matching rule (1.69 KB, patch)
2022-08-18 20:57 UTC, Katrin Fischer
Details | Diff | Splinter Review
Bug 31400: Set focus on first input when adding a new matching rule (1.75 KB, patch)
2022-08-18 21:11 UTC, ByWater Sandboxes
Details | Diff | Splinter Review
Bug 31400: Set focus on first input when adding a new matching rule (1.86 KB, patch)
2022-09-02 14:33 UTC, Kyle M Hall
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2022-08-18 20:53:45 UTC

    
Comment 1 Katrin Fischer 2022-08-18 20:57:52 UTC
Created attachment 139429 [details] [review]
Bug 31400: Set focus on first input when adding a new matching rule

When adding a new matching rule the cursor/focus should be in
the first input field of the form: Matching rule code

* Add a new matching rule form administration > matching rules
* Verify the cursor is in the search form on top of the page
* Apply patch
* Add another new matching rule
* Verify the cursor is now in the first input field of the form
Comment 2 ByWater Sandboxes 2022-08-18 21:11:09 UTC
Created attachment 139432 [details] [review]
Bug 31400: Set focus on first input when adding a new matching rule

When adding a new matching rule the cursor/focus should be in
the first input field of the form: Matching rule code

* Add a new matching rule form administration > matching rules
* Verify the cursor is in the search form on top of the page
* Apply patch
* Add another new matching rule
* Verify the cursor is now in the first input field of the form

Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov>
Comment 3 Katrin Fischer 2022-08-18 21:17:10 UTC
Thanks Barbara :)
Comment 4 Kyle M Hall 2022-09-02 14:33:00 UTC
Created attachment 140154 [details] [review]
Bug 31400: Set focus on first input when adding a new matching rule

When adding a new matching rule the cursor/focus should be in
the first input field of the form: Matching rule code

* Add a new matching rule form administration > matching rules
* Verify the cursor is in the search form on top of the page
* Apply patch
* Add another new matching rule
* Verify the cursor is now in the first input field of the form

Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 5 Tomás Cohen Arazi 2022-09-07 20:46:31 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!