[Koha-bugs] [Bug 28903] Tab key and drop-down menu in item module

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 27 12:42:05 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28903

--- Comment #8 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 124170
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124170&action=edit
Bug 28903: Tab key and drop-down menu in item module

This patch changes the default configuration of Select2 menus so that
the tab key can be used to choose an option which has been highlighted
using arrow keys.

To reproduce the behavior this fixes, open a page with Select2 menus,
e.g. additem.pl:

1. Tab to a Select2 field (withdrawn, lost, damaged, etc.)
2. Hit ENTER.
3. Use arrow key to highlight option.
4. Hit TAB -> Option is NOT selected.
5. Hit tab key -> Focus moves to next input.

Apply the patch and test again. At step 4 the tab key should work to
select the option you've highlighted.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list