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

--- Comment #8 from Owen Leonard <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to