1
0
mirror of synced 2024-11-22 21:16:10 +03:00
Commit Graph

1065 Commits

Author SHA1 Message Date
Igor Vaynberg
4059d81e6b modified version identifiers in descriptors for release 3.4.5 2013-11-04 08:22:44 -08:00
Igor Vaynberg
d3b65908e3 be sure to pull before releasing 2013-11-04 08:22:33 -08:00
Khaled Hosny
39f9fc79a5 Styling fixes for RTL direction
* Align the selects to the right
* Place the close button on the left to not cover parts of the label.
2013-11-04 08:07:39 +02:00
Pascal Borreli
9725363ada Fixed typos 2013-10-31 23:20:45 +00:00
Igor Vaynberg
9187ab0c12 Merge pull request #1859 from mxab/master
fixed invalid index in buildChangeDetails, fixes #1858
2013-10-31 15:05:29 -07:00
Max Bruchmann
2d13c0a00a fixed invalid index in buildChangeDetails, fixes #1858 2013-10-31 17:55:19 +01:00
Tanguy Pruvot
b757fb987d issue #1778: prevent delayed focus when the list is hidden
This reset the focus color when the TAB key is pressed.
2013-10-28 11:37:45 +01:00
Igor Vaynberg
cb7aefaeda fix keyboard removal of choices. fixes #1839 2013-10-26 07:57:53 -07:00
Igor Vaynberg
7fb1d01f64 modified version identifiers in descriptors for release 3.4.4 2013-10-24 13:23:11 -07:00
Igor Vaynberg
f8de47481f Merge pull request #1819 from jrlynchii/master
Modified syncCssClasses to use output of adapter when applying classes.
2013-10-20 19:22:24 -07:00
Riley Lynch
53d1fea248 Modified syncCssClasses to use output of adapter when applying a class rather than applying the original class 2013-10-20 13:14:31 -07:00
Igor Vaynberg
8647d51fd6 Merge pull request #1808 from cmcnulty/#1807-Mutation-Observer
#1807 add support for MutationObserver
2013-10-17 15:09:03 -07:00
cmcnulty
d5297ccd6d #1807 add support for MutationObserver
Better support mutation events in Firefox
2013-10-17 15:09:02 -05:00
Igor Vaynberg
92c6cef6cb Merge pull request #1801 from bobbyrenwick/patch-1
Fixing reference to undefined this triggering change on multiselect
2013-10-16 11:10:55 -07:00
Bob Renwick
8e46faa1d9 Fixing reference to undefined this triggering change on multiselect 2013-10-16 18:30:58 +01:00
Igor Vaynberg
e84a1207d0 Merge pull request #1795 from arendjr/master
Don't rely on :selected, makes Select2 compatible with jQuery builds without Sizzle
2013-10-15 08:04:21 -07:00
Arend van Beelen
fc44b96e84 Don't rely on :selected, makes Select2 compatible with jQuery builds without Sizzle. 2013-10-14 14:37:41 +02:00
Igor Vaynberg
f1807f2177 Merge pull request #1789 from STAH/unused-vars
Remove unused var declarations
2013-10-10 12:59:33 -07:00
stan
2a9154e0c7 Remove unused var declarations 2013-10-10 20:15:26 +02:00
Igor Vaynberg
d1f51910ee small cleanup in width regex matching. #1557 2013-10-09 08:30:26 -07:00
Igor Vaynberg
58f939ef3b Merge pull request #1774 from avelis/master
Fix for #1518. Update to select2.js to trigger properly named event.
2013-10-08 20:35:55 -07:00
Igor Vaynberg
2982be4ec9 fixes #1557 ...again... 2013-10-08 20:33:14 -07:00
Igor Vaynberg
0d0882942f Merge pull request #1639 from francoispluchino/fix-close-focus
Fix the focus when list is closed on the mouse click event
2013-10-08 20:25:21 -07:00
Igor Vaynberg
a3e188afe1 Merge pull request #1772 from KyKyPy3/master
Fix selection first element from "postprocessResults"
2013-10-08 20:21:47 -07:00
Igor Vaynberg
51ee7f8dc4 Merge pull request #1777 from yonjah/master
#1776 and #1722 dropdown position issue
2013-10-08 20:13:05 -07:00
Yoni Jah
a65a3ce038 #1776 and #1722 dropdown position issue 2013-10-08 12:37:37 +03:00
Andrew Velis
204d4a276e Update to unselect method to support "select2-removing" triggers.
The goal here is send off a triggered event to a subscriber that an
element is going to be removed. It hasn't removed yet but would be
after the event fires. I have also added logic to determine if a
subscriber has prevented default. This will prove useful in the future
if a subscriber needs to extend the functionality for other usages.
2013-10-07 20:47:12 -07:00
Andrew Velis
f39ab3080e Fix for #1518. Update to select2.js to trigger properly named event.
By the documentation the event that should be fired is "select2-removed" however the event that actually gets fired is called "removed"
2013-10-06 21:27:40 -07:00
Efremenko Roman
9266d7cf55 Fix selection first element from "postprocessResults" - exclude selected elements from highlightable elements 2013-10-06 17:02:03 +04:00
Igor Vaynberg
435b2581ff Merge pull request #1768 from kabitakis/master
corrections for the greek (el) locale file
2013-10-03 10:52:43 -07:00
Nikos Kampitakis
da0aecbdd1 corrections for the greek (el) locale file 2013-10-03 14:12:30 +03:00
Igor Vaynberg
f910bd42db Merge pull request #1764 from tjnurmin/patch-1
Update select2_locale_fi.js
2013-10-01 12:21:01 -07:00
Tapio Nurminen
037c139b0c Update select2_locale_fi.js
fixed typo in Finnish translation
2013-10-01 22:12:17 +03:00
Igor Vaynberg
e78cf7759e Merge pull request #1729 from rschmitty/master
Update select2-bootstrap.css
2013-09-17 15:49:56 -07:00
Rick Schmitty
17f9b8ea0b Update select2-bootstrap.css
Added Bootstrap Validation states for warning, error, info, and success
2013-09-17 17:56:09 -04:00
Corinna Schmidt
5bd41fc00c Compatibility with jQuery 1.10
removeAttr("disabled') is no longer correct with the most recent version
of jQuery. Should use prop("disabled", false) instead.
2013-09-17 16:01:45 -04:00
Igor Vaynberg
9e7dde66b7 Merge pull request #1722 from yonjah/master
dropdown repostion fix when previous postion changes container position
2013-09-17 07:22:48 -07:00
Igor Vaynberg
057cf7e71b Merge pull request #1717 from ProLoser/patch-1
Fixes styling in bootstrap environment
2013-09-17 07:16:43 -07:00
Igor Vaynberg
c73261be21 Merge pull request #1723 from AlexanderZaytsev/master
Use more specific selector for finding options of a select
2013-09-17 07:14:50 -07:00
Igor Vaynberg
84ac8301db modified version identifiers in descriptors for release 3.4.3 2013-09-17 06:47:14 -07:00
Alexander Zaytsev
67699746b4 Use more specific selector for finding options of a select 2013-09-16 21:54:29 +02:00
Yoni Jah
e6840fdc37 dropdown repostion fix when previous postion changes container position 2013-09-15 10:25:35 +03:00
Dean Sofer
4d749a7578 Fixes styling in bootstrap environment
Fixes #1588 thanks to @smajl
2013-09-14 23:17:20 -07:00
Igor Vaynberg
0ab50cc329 Merge pull request #1706 from moneybird/master
Remove negative selector for `.select2-selected`
2013-09-11 08:17:41 -07:00
Edwin Vlieg
ca9b55fadb Remove negative selector for .select2-selected
This broke scroll behaviour when displaying the selected items in the
dropdown.
2013-09-11 12:58:05 +02:00
Igor Vaynberg
b4083330b3 Merge pull request #1694 from cnanney/patch-1
Fix focus on select
2013-09-06 22:36:47 -07:00
cnanney
3b54482522 Fix focus on select
Focus should go back to select2-focusser, not select2-choice.
2013-09-06 18:57:41 -05:00
Igor Vaynberg
49c8b6cf50 Merge pull request #1690 from evangun/initSelectionFix
Edit the default initSelection function to pass all tag properties
2013-09-06 08:48:29 -07:00
evangun
cfec9c6434 Edit the default initSelection function to pass all tag properties
The function will now pass all properties of the objects passed as tags to the constructor, not just the "id" and "text" properties. Because a tag is not always just an id and a text, just like when you provide the items with the "data" object instead.

This makes sure these properties are always available at the runtime of formatSelection() or formatResult(), which is not currently the case when the field is repopulated on a triggered "change" event.

My code looks like this :

$el.select2({
...,
tags: [{
  //id
  id: 1,
  //the string that will matched against the user's query
  text: 'martin smith greatmartin@provider.com'
  //the label of the item that will be shown if this tag is selected
  label: 'M. Smith',
}],
formatSelection: function(object, container){
  return object.label || object.text;
},
//right now I have to override the default function:
initSelection: function(){...}
});
2013-09-05 18:18:50 +02:00
jdecuyper
fa4ce8e382 Enable function formatResultCssClass. 2013-09-03 23:29:42 -05:00