Aziz Gazanchiyan
693b541361
Improve performance on dropdown detaching
...
Signed-off-by: Igor Vaynberg <igor.vaynberg@github.com>
2012-06-18 20:05:28 -07:00
Aziz Gazanchiyan
a0f067c2b2
Clear placeholder before opening dropdown, fixes #129
...
Signed-off-by: Igor Vaynberg <igor.vaynberg@github.com>
2012-06-18 19:57:08 -07:00
Aziz Gazanchiyan
7684371923
Improve resizeSearch() performance
...
Signed-off-by: Igor Vaynberg <igor.vaynberg@github.com>
2012-06-18 19:55:38 -07:00
Igor Vaynberg
b825d8ec41
restore smooth scrolling by fixing mouseevent-filtered
2012-06-17 00:45:44 -07:00
Igor Vaynberg
aba23fc3e7
Revert "remove unused code"
...
This reverts commit 93f5e7508f
.
2012-06-17 00:28:18 -07:00
Igor Vaynberg
93f5e7508f
remove unused code
2012-06-17 00:13:39 -07:00
creage
64b69425b0
Reduce search field focusing, improving performance
...
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-06-16 22:35:58 -07:00
creage
9497693b64
style detection for search field sizer corrected
...
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-06-16 22:35:58 -07:00
creage
492dccd1a5
no need for style if we already have a sizer
...
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-06-16 22:35:58 -07:00
creage
65eb7c3404
Improve performance on text measuring
...
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-06-16 22:35:58 -07:00
creage
0ff41ca512
Performance optimizations
...
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-06-16 22:35:57 -07:00
creage
68726643ac
Save data values to correct context
...
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-06-16 22:35:57 -07:00
creage
151c3fd2f6
Stick mousemove event to element' context
...
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-06-16 22:35:57 -07:00
Igor Vaynberg
43d990c319
attach the dropdown to the element's body instead of the current body. issue #126
2012-06-15 08:29:47 -07:00
Igor Vaynberg
800b7bbb3f
dont bubble up ESC keypress. fixes #118
2012-06-14 20:36:22 -07:00
Igor Vaynberg
1d0e9a4a5b
a bit of jshint cleanup
2012-06-14 12:16:44 -07:00
Igor Vaynberg
16c868934d
minor cosmetic cleanup
2012-06-14 09:39:23 -07:00
Igor Vaynberg
08d4485400
Merge pull request #107 from butsjoh/master
...
Fixed issue with loading array data and setting text key to a string
2012-06-14 09:37:33 -07:00
Igor Vaynberg
6e36003b0a
Merge pull request #111 from chrisforbes/patch-1
...
Fix typo in comment
2012-06-14 09:36:12 -07:00
Pier-Olivier Thibault
5941fcea25
Using dropdownZIndex as opts. Dropping default value so use can set it via css.
2012-06-14 12:03:38 -04:00
Pier-Olivier Thibault
277ae4ff5a
Added zindex options to dropdown so we can make sure it presents itself on top of whatever is existing in the DOM
2012-06-14 11:57:59 -04:00
Pier-Olivier Thibault
7d3ad2cd47
Merge branch 'master' of https://github.com/ivaynberg/select2 into zIndex
2012-06-14 11:56:55 -04:00
Igor Vaynberg
55fd00169e
simplify optgroup querying and rendering code. provide a more powerful populateResults() function fixes #58 . fixes #105 . fixes #84
2012-06-14 00:21:22 -07:00
Chris Forbes
460cd059f9
Fix typo in comment
2012-06-14 09:06:37 +12:00
Johan Buts
cd538772df
Fixed issue with defining the text property as string
...
because data gets reset afterwards also look at
failing example #e10_2
2012-06-13 13:09:43 +02:00
Igor Vaynberg
9fc18a9ca8
minor cleanup
2012-06-12 22:19:08 -07:00
Igor Vaynberg
0ccfd4853c
rename updatePositions() to positionDropdown(). more clear
2012-06-12 22:19:08 -07:00
Igor Vaynberg
a6eeadbe7a
always detach and append the dropdown on open. this ensures it will be the last element in body and thus have the highest z-index. issue #105 . issue #84
2012-06-12 22:19:07 -07:00
Christopher Nadeau
6151ddbb0d
Add support for hierarchies and unselectable items. issue #58
...
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-06-12 22:18:54 -07:00
Christopher Nadeau
efccc62510
Few tweaks to multi style
...
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-06-12 22:18:53 -07:00
Christopher Nadeau
2f3262d39e
Absolutely position dropdown. fixes #84 .
...
Changes to detach dropdown and append to body, and absolutely position
dropdown. Fixes clipping problems with overflowing.
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-06-12 22:18:40 -07:00
Igor Vaynberg
d62bc5bef1
various small fixes. closes #99
2012-06-12 19:41:21 -07:00
Igor Vaynberg
3ba3e57715
issue #77 , blur on touchend - seems more native
2012-06-07 23:56:51 -07:00
Igor Vaynberg
5e18e71cb4
possible fix for issue #77 better blur support for touch devices like ipad
2012-06-07 23:47:10 -07:00
Igor Vaynberg
47064b2483
tweak to issue #85 do not highlight items based on keypresses
2012-06-07 23:09:51 -07:00
Adam Solove
ec759ac809
When not showing search box, up/down arrows and searching still work.
...
- The hidden search box is displayed off-screen instead of taken off the dom.
- User can type a search, but instead of filtering the results, just highlight the first matching result.
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-06-07 21:56:22 -07:00
Igor Vaynberg
4ba25b8095
ability to provide custom matchers. closes #86
2012-06-07 20:47:33 -07:00
Igor Vaynberg
6fe77c6110
disabled mode support wip, issue #76
2012-06-06 22:34:51 -07:00
Igor Vaynberg
c27880c19c
Merge branch 'master' of git://github.com/ivaynberg/select2
2012-06-04 17:15:25 -07:00
Igor Vaynberg
c44ea24aa4
renamed roundtripValue to context. closes #72 closes #73
2012-06-04 17:15:11 -07:00
Alexander Pepper
0d98ea03af
Adds an additional parameter roundtripValue to function data.
...
Enables a stored value, which can be passed by the function 'result' to the next call of the function 'data'.
This is a solution for issue #72
Example:
data: function (term, page, roundtripValue) {
var options = {
q: term,
limit: 5,
};
if (typeof(roundtripValue) !== 'undefined' && roundtripValue != null) {
options['continuation_handle'] = roundtripValue;
}
return options;
},
results: function (data, page) {
var roundtripValue = data.continuation_handle;
var more = typeof(roundtripValue) !== 'undefined';
return {results: data.results, more: more, roundtripValue: roundtripValue};
},
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
2012-06-04 16:46:23 -07:00
Igor Vaynberg
26da9f0b2e
Merge pull request #71 from niquola/master
...
fix indexOf with undefined
2012-05-29 17:06:57 -07:00
Igor Vaynberg
f368464132
add drag and drop sort support, fixes #60
2012-05-29 17:04:52 -07:00
nicola
23720246f2
fix internal function indexOf, when undefined passed
2012-05-29 19:15:20 +04:00
Igor Vaynberg
1633d71b4a
add container() method that retrieves the main container
2012-05-28 23:15:41 -07:00
Igor Vaynberg
cb7f1da4e6
Merge branch 'master' of git://github.com/ivaynberg/select2
2012-05-28 15:16:23 -07:00
Igor Vaynberg
9ecce5af7c
support numeric text keys in local data. fixes #68
2012-05-28 15:15:58 -07:00
Igor Vaynberg
071d6c73d2
Merge pull request #63 from ericbarnes/tags-tab
...
Adding tab support for tags
2012-05-23 08:13:07 -07:00
Geoffrey Hing
6dcb276485
Check for nonexistent data attribute in a way that works in jQuery 1.4.2
2012-05-22 11:40:42 -05:00
Eric Barnes
66b789939f
Adding tab support for tags
...
When you select a tag currently the only way to select it was by using the enter key. This change allows the tab key to also select it.
Signed-off-by: Eric Barnes <eric@ericlbarnes.com>
2012-05-22 09:30:10 -04:00