François Pluchino
9bc68f089e
Fix the focus when list is closed on the mouse click event
2013-08-21 12:16:50 +02:00
Rouven Weßling
299f87440e
Remove duplicate property.
2013-08-18 14:35:04 +02:00
Rouven Weßling
e7649880cb
Remove -khtml-user-select. It's not supported by KHTML anyways and their marketshare is incredibly minor.
2013-08-18 14:35:04 +02:00
Rouven Weßling
488526ccf5
Remove -o-linear-gradient used by Opera 11.1 - 12.0. These versions are now very rarely used.
2013-08-18 14:35:01 +02:00
Rouven Weßling
bba1eb04c7
Remove -ms-linear-gradient that was only used by IE 10 preview releases.
2013-08-18 14:34:58 +02:00
Igor Vaynberg
c4529b8700
fix missing placeholder. closes #1614
2013-08-14 16:57:37 -07:00
Igor Vaynberg
236fb0ea23
Merge pull request #1617 from forby/master
...
Fix missing dropdownCssClass on init
2013-08-14 14:34:15 -07:00
Jonathan Forby
a4dc0ba522
Fix missing dropdownCssClass on init
...
Fixes issue #1615 where dropdownCssClass is no longer applied.
2013-08-14 16:54:10 -04:00
Igor Vaynberg
6aea56b962
modified version identifiers in descriptors for release 3.4.2
2013-08-12 15:04:12 -07:00
Igor Vaynberg
12d3c4ece2
update build script
2013-08-12 15:03:50 -07:00
Igor Vaynberg
ec740d8beb
Revert "modified version identifiers in descriptors for release 3.4.2"
...
This reverts commit db8c7b6e1f
.
2013-08-12 15:03:05 -07:00
Igor Vaynberg
db8c7b6e1f
modified version identifiers in descriptors for release 3.4.2
2013-08-12 15:02:00 -07:00
Igor Vaynberg
4dce07a431
fix usecase when a placeholder is not defined but an option with an empty value exists. fixes #1573
2013-08-12 08:43:13 -07:00
Igor Vaynberg
bb85b6a1f9
Merge pull request #1608 from kris-lab/master
...
Removed BOM
2013-08-12 08:12:39 -07:00
Chris Stasiak
2515e19ed9
Removed BOM
2013-08-12 12:22:48 +02:00
Igor Vaynberg
2400357d59
small fix for #1604
2013-08-09 16:38:23 -07:00
Igor Vaynberg
00ba1bddfa
Merge pull request #1604 from jdecuyper/feature-next-search-term
...
Add 'nextSearchTerm' function
2013-08-09 16:37:01 -07:00
jdecuyper
e1b50a306b
Add 'nextSearchTerm' function
...
- Given a previous selection 'nextSearchTerm' determines what the next search term should be.
- Remove some leftover tabs.
- Fix a typo: 'install the' instead of 'install sthe'.
2013-08-09 17:26:23 -05:00
Igor Vaynberg
5ea0b956b5
Merge pull request #1601 from Streid/master
...
Not working adaptDropdownCssClass callback.
2013-08-09 08:54:20 -07:00
Streid
e4c1e061e4
Tab to spaces
2013-08-09 11:33:41 +03:00
Streid
1d1212c5ed
Fix: Not working adaptDropdownCssClass callback.
2013-08-09 11:30:47 +03:00
Igor Vaynberg
08dc4d3768
Merge pull request #1593 from juliomrqz/patch-1
...
Improve ES locale
2013-08-05 00:00:46 -07:00
Julio Marquez
26987ddcfd
Improve ES locale
...
Fixed missing diacritical marks & changed word "adicione" -> "introduzca"
2013-08-04 19:00:32 -04:30
Igor Vaynberg
0a6c56c8be
Merge pull request #1591 from kepoweran/master
...
Added Malay translation
2013-08-03 23:09:47 -07:00
kepoweran
2a081dfc1f
Added Malay translation
2013-08-02 23:43:34 +08:00
Igor Vaynberg
59df6b4c9a
prevent scrolling when dropdown is opened. fixes #1540
2013-07-31 22:05:44 -07:00
Igor Vaynberg
dcee289874
Merge pull request #1578 from yuripc/colors-2
...
Colors to shorthand hexadecimal
2013-07-31 21:44:35 -07:00
Igor Vaynberg
e162a4802c
tweak how mask is created to remove jitter. fixes #1574
2013-07-31 21:41:37 -07:00
Igor Vaynberg
d479018485
Merge pull request #1584 from UltCombo/pt
...
improve PT locales
2013-07-31 09:01:01 -07:00
UltCombo
881067524d
improve PT locales
2013-07-31 11:23:35 -03:00
Igor Vaynberg
2ab64be416
Merge pull request #1563 from UltCombo/1562
...
Fixes #1562 do not trigger change on $().select2('data') unless specified with the second param
2013-07-30 09:41:56 -07:00
Yuri Pereira
7fd8a9f6e7
Colors to shorthand hexadecimal/2
2013-07-27 14:28:45 -03:00
Yuri Pereira
4ea4246c44
Colors to shorthand hexadecimal
2013-07-27 14:25:24 -03:00
Igor Vaynberg
28ea518257
width: copy option needs to ignore min-width and max-width. fixes #1557
2013-07-27 10:02:27 -07:00
Igor Vaynberg
f886f716e2
Revert "Colors to shorthand hexadecimal"
...
This reverts commit fe307f6f15
.
2013-07-27 09:53:49 -07:00
Igor Vaynberg
852784dd3f
fixes #1504 - undo changes made to labels during init
2013-07-26 23:58:38 -07:00
Igor Vaynberg
86fe603082
Merge pull request #1548 from yuripc/colors
...
Colors to shorthand hexadecimal
2013-07-26 23:47:35 -07:00
Igor Vaynberg
0ce22d5b80
make sure offscreen doesnt cause vertical shift. fixes #829
2013-07-26 22:51:36 -07:00
Igor Vaynberg
238903f5f4
close before destroying. fixes #1550
2013-07-26 22:22:21 -07:00
UltCombo
69396da14f
data method use the same triggerChange logic as val method
2013-07-25 21:41:22 -03:00
Igor Vaynberg
bbb3e14102
Merge pull request #1571 from fedeisas/master
...
add zepto compatibiliy
2013-07-25 13:31:35 -07:00
Fede Isas
337fac620e
add zepto compatibiliy
2013-07-25 16:44:41 -03:00
Igor Vaynberg
cb8072df18
Merge pull request #1549 from cmfcmf/patch-1
...
Added !important to select2-offscreen to make sure that it is definitly hidden.
2013-07-24 20:39:20 -07:00
Igor Vaynberg
521d13318e
Merge pull request #1566 from choopanarsh/patch-1
...
translation for Persian(Farsi) fa.
2013-07-24 20:33:37 -07:00
choopanarsh
82f1009107
translation for Persian(Farsi) fa.
2013-07-24 17:45:00 +04:30
UltCombo
2d58f5b084
Fixes #1562 ; remove some dead code
...
No longer fire change event when .select2('data', falsyValue) is called without the 3rd param;
Dead code removed: !"" is true.
2013-07-23 18:55:09 -03:00
Igor Vaynberg
001c9abb34
Merge pull request #1555 from ebbe-brandstrup/master
...
Fixed Tab key not respecting opts.selectOnBlur
2013-07-22 08:15:36 -07:00
Ebbe Brandstrup
6eb74930d5
Fixed Tab key not respecting opts.selectOnBlur
2013-07-22 09:30:35 +02:00
cmfcmf
2be293ab4a
Added !important to select2-offscreen to make sure that it is definitly hidden.
2013-07-19 21:29:35 +02:00
Yuri Pereira
fe307f6f15
Colors to shorthand hexadecimal
2013-07-19 13:16:39 -03:00