Bug 14409

Summary: additem.pl no longer focuses on Cataloging search when loaded
Product: Koha Reporter: Kyle M Hall <kyle>
Component: CatalogingAssignee: Kyle M Hall <kyle>
Status: CLOSED WONTFIX QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: jonathan.druart, m.de.rooy, nick
Version: unspecified   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11905
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13680
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
[SIGNED-OFF] Bug 14409 - additem.pl no longer focuses on Cataloging search when loaded

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