1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/src
Kevin Brown 3d013020ae Improved focus detection and key handling
Now the focus of the selection container is correctly monitored so
there is a consistent 1px black border on the default theme whenever
it is focused.  This requires `focusin`/`focusout` support, which is
supported by all major browsers except for Firefox.  In Firefox, the
old focus appearance is still consistent and has not been broken
by this update.

The key handling has also been improved such that some of the logic
detection that was previously done within the search handlers for
multiple select searches is now pushed back to the base selection.

This closes https://github.com/select2/select2/issues/2995.
2015-02-14 00:37:51 -05:00
..
js Improved focus detection and key handling 2015-02-14 00:37:51 -05:00
scss Improved focus detection and key handling 2015-02-14 00:37:51 -05:00