Bug 14409 - additem.pl no longer focuses on Cataloging search when loaded
Summary: additem.pl no longer focuses on Cataloging search when loaded
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low minor (vote)
Assignee: Kyle M Hall
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-18 13:34 UTC by Kyle M Hall
Modified: 2016-06-21 21:37 UTC (History)
3 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:


Attachments
Bug 14409 - additem.pl no longer focuses on Cataloging search when loaded (3.24 KB, patch)
2015-06-18 13:35 UTC, Kyle M Hall
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 14409 - additem.pl no longer focuses on Cataloging search when loaded (3.35 KB, patch)
2015-06-18 15:32 UTC, Bernardo Gonzalez Kriegel
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall 2015-06-18 13:34:29 UTC
In Koha 3.16, additem.pl would focus on the cataloging search when the page was loaded. It no longer does this.
Comment 1 Kyle M Hall 2015-06-18 13:35:50 UTC Comment hidden (obsolete)
Comment 2 Bernardo Gonzalez Kriegel 2015-06-18 15:32:29 UTC
Created attachment 40315 [details] [review]
[SIGNED-OFF] Bug 14409 - additem.pl no longer focuses on Cataloging search when loaded

In Koha 3.16, additem.pl would focus on the cataloging search when the
page was loaded. It no longer does this.

Test Plan:
1) Apply this patch
2) Go to the item editor
3) Note the cataloging search is now focused on when the page loads

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Focus on search box, no errors.
Comment 3 Jonathan Druart 2015-06-18 16:01:32 UTC
Kyle, did you manage to know when it has been introduced?
Comment 4 Jonathan Druart 2015-06-18 16:02:36 UTC
    Bug 11905 - when editing item, cursor is positioning in search box and not to item
Comment 5 Jonathan Druart 2015-06-18 16:03:56 UTC
It has been considered as a bug.
Put in discussion.
Comment 6 Nick Clemens 2015-06-18 17:03:28 UTC
I think a workaround to remove the need for a choice of where focus goes is the real solution, see bug 13680