In Koha 3.16, additem.pl would focus on the cataloging search when the page was loaded. It no longer does this.
Created attachment 40284 [details] [review] 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
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.
Kyle, did you manage to know when it has been introduced?
Bug 11905 - when editing item, cursor is positioning in search box and not to item
It has been considered as a bug. Put in discussion.
I think a workaround to remove the need for a choice of where focus goes is the real solution, see bug 13680