Bug 12380

Summary: can't tab to save buttons on add item
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: CatalogingAssignee: Galen Charlton <gmcharlt>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: eveal, m.de.rooy, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 12380 - can't tab to save buttons on add item
[SIGNED-OFF] Bug 12380 - can't tab to save buttons on add item
Bug 12380 - can't tab to save buttons on add item

Description Nicole C. Engard 2014-06-06 17:19:57 UTC
When adding/editing an item on additem.pl if you hit tab through all the subfields when you get to the end you expect the tab to go to the 'add item' buttons but it doesn't - it goes back to the top. Can we get the buttons included in the tab order?
Comment 1 Owen Leonard 2014-06-09 13:02:54 UTC Comment hidden (obsolete)
Comment 2 Nicole C. Engard 2014-06-10 00:28:09 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2014-06-10 13:48:00 UTC
Created attachment 28759 [details] [review]
Bug 12380 - can't tab to save buttons on add item

Many form elements on the add item page are giving a tabindex of "1" by
the script. This seems to make it impossible to tab through the add item
form fields onto the save buttons. I don't see a reason to set an
explicit tabindex of "1," so this patch removes it.

To test, apply the patch and open an item for editing. Try tabbing
through the add item form fields. It should be possible to tab through
the fields and onto the submit buttons at the bottom. Test again when
adding a new item.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 4 Tomás Cohen Arazi 2014-06-16 19:03:45 UTC
Patch pushed to master.

Thanks Owen!
Comment 5 Galen Charlton 2014-06-18 21:13:48 UTC
Pushed to 3.16.x for inclusion in 3.16.1.
Comment 6 Owen Leonard 2014-07-18 15:47:08 UTC
*** Bug 11597 has been marked as a duplicate of this bug. ***