Igor Vaynberg
050a23b53d
small cleanup #148
2012-06-21 22:09:33 -07:00
Igor Vaynberg
88ab9f9348
define term and context. fixes #148
2012-06-21 22:08:56 -07:00
Igor Vaynberg
e85d131f0a
add ability to programmatically specify css classes as well as css styles
2012-06-21 22:04:35 -07:00
Igor Vaynberg
54b83c2baf
fix input field broken by fix to #132
2012-06-21 21:36:08 -07:00
Igor Vaynberg
16c3d31e06
full tabbing support for the mac. closes #132
2012-06-21 21:18:13 -07:00
Igor Vaynberg
e13dc41654
fix placeholder in multiselects when blurred by clicking outside
2012-06-21 19:19:19 -07:00
Igor Vaynberg
84f031f4b0
code navigation 'helpers'
2012-06-21 19:00:29 -07:00
Igor Vaynberg
4819d42f85
no longer need to blur in a settimeout because dropdown and searchfield are now detached. possibly fixes #132
2012-06-20 17:28:26 -07:00
Igor Vaynberg
8f6513969e
when using default formatResult the matching substring is now wrapped in span with class select2-match. fixes issue #137
2012-06-19 21:31:56 -07:00
Igor Vaynberg
f9f3d6f4f3
add ability to pragmatically specify some css. fixes #121
2012-06-18 23:46:58 -07:00
Igor Vaynberg
8b566bf6ce
fix hiding of search when minimumResultsForSearch are used. fixes #138
2012-06-18 23:34:54 -07:00
Igor Vaynberg
b7c952a1a3
ignore first empty option in selects when a placeholder is set
2012-06-18 23:16:45 -07:00
Igor Vaynberg
09f24fdda1
add new options.type parameter for ajax helper. fixes #139
2012-06-18 22:10:33 -07:00
Igor Vaynberg
af964bdbad
shorten function name for loadingMore()
2012-06-18 20:48:52 -07:00
Aziz Gazanchiyan
663ba1215f
Loading next page message formatting implemented, so it could also have localization
...
Signed-off-by: Igor Vaynberg <igor.vaynberg@github.com>
2012-06-18 20:46:51 -07:00
Igor Vaynberg
1e2881d5d1
a small optimization to how many times highlight is called
2012-06-18 20:44:26 -07:00
Igor Vaynberg
b2314bcb86
fix the fix for #129
2012-06-18 20:21:36 -07:00
Igor Vaynberg
9bf38c833c
renamed opts.elementBody to this.body for brevity
2012-06-18 20:18:51 -07:00
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