Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
168 commits
Select commit Hold shift + click to select a range
316b15c
init: fork of latest jQuery UI with selectmenu from http://jquery-ui.…
fnagel Aug 6, 2010
f5f6679
make selectmenu usable with jQuery UI 1.8.x
fnagel Aug 6, 2010
2bb35bb
fixed: newelement can be null under unclear circumstances in IE8 (thx…
fnagel Aug 6, 2010
6a4f776
fixed: whitespace in the optgroupname must be replaced, otherwise th…
fnagel Aug 6, 2010
fb80292
fixed: positioning problems when placing selectbox at the very bottom
fnagel Aug 6, 2010
e55565a
changed: delete defaults (will not work < jQuery UI 1.8x.x)
fnagel Aug 6, 2010
10f0c72
changed: readme
fnagel Aug 6, 2010
3ca72cd
fixed: loop issue when using noConflict mode
fnagel Aug 7, 2010
eee89b6
changed: readme file
fnagel Aug 7, 2010
0736dd8
changed: its late: corrected a typo
fnagel Aug 7, 2010
cb1568a
fixed: removed and added semicolon
fnagel Aug 23, 2010
8b271ae
fixed: remove click event
fnagel Aug 26, 2010
7b040af
fixed: follow up for jQuery UI 1.8.x conformance, thx to Andreas, see…
fnagel Aug 27, 2010
cde0d90
added: check if there's enough room to expand to the bottom, otherwis…
fnagel Aug 27, 2010
7b6d716
removed: support of up and down arrow keys as these throw errors in a…
fnagel Aug 27, 2010
4ca6b72
removed: follow up to: http://github.com/fnagel/jquery-ui/commit/cde0…
fnagel Aug 28, 2010
d4915ca
fixed: destroy method, thx to Jörn zaefferer, see http://github.com/f…
fnagel Aug 29, 2010
ededb3a
fixed: problem with ID attr to ensure usage of a unique ID., thx to f…
fnagel Sep 6, 2010
b582c96
added: disable and ajax demo
fnagel Sep 29, 2010
b4f771e
Merge branch 'master' into selectmenu
fnagel Sep 29, 2010
91c7d0f
changed: improved disable demo
fnagel Sep 30, 2010
9cf8b66
updated: index.html with new demos
fnagel Sep 30, 2010
6740e08
added: link to bug
fnagel Sep 30, 2010
cf66dd4
fixed: no hover when widget is disabled, thx to mad-doctor, see http:…
fnagel Oct 4, 2010
53fe1d8
fixed: small typo
fnagel Oct 4, 2010
ef4077d
added: non working single option disabled demo
fnagel Oct 4, 2010
95d115d
fixed: widget placed a the very top of a page, thx to phazei
fnagel Oct 7, 2010
30760a4
fixed: removed default case for keyboard control as its steals keyboa…
fnagel Oct 7, 2010
cf157ef
added: added some info to the readme file
fnagel Oct 18, 2010
d6c4391
fixed: issue with jQuery UI dialog (added z-index)
fnagel Oct 25, 2010
d8e4a5d
added: link to wiki (readme file)
fnagel Oct 25, 2010
8bf0ec2
Added: better (background) image support, see http://github.com/fnage…
fnagel Oct 26, 2010
c6f6b67
fixed: keyboard control, THX to bluefox, see https://github.com/fnage…
fnagel Nov 9, 2010
a4240f7
fixed: blocked ALT or F5 when focus the "fake" select, THX phazei for…
fnagel Nov 9, 2010
226b659
fixed: updated demo files
fnagel Nov 10, 2010
b6ce8d6
updated: positioning functionality is now based upon position plugin,…
fnagel Nov 12, 2010
04876d3
fixed: positioning issue
fnagel Nov 13, 2010
9e64b8f
fixed: default max height only when address format is not defined
fnagel Nov 13, 2010
c7c4288
updated: demos
fnagel Nov 13, 2010
1cdd753
fixed: missing semicolon
fnagel Nov 13, 2010
f950e22
Updated core files form jQuery UI repo (to jQuery 1.4.4)
fnagel Nov 14, 2010
e5f7d50
updated: files to jQuery 1.4.4
fnagel Nov 14, 2010
7d9e06c
fixed: problem when selectmenu is positioned at the very top / bottom…
fnagel Nov 24, 2010
158a966
removed: unnecessary refreshPosition in value method
fnagel Nov 24, 2010
58085b4
fixed: selectmenu widget now works correct with jQuery UI dialog wide…
fnagel Nov 28, 2010
cc6290c
added: some more demo files
fnagel Nov 28, 2010
8f802c9
fixed: focus problem when toggle menu, thx to phazei for reporting th…
fnagel Nov 29, 2010
9aa2638
added: improved index and value methods, if you used value method in …
fnagel Nov 29, 2010
50d8199
fixed: tab issue in Opera, thx to phazei, see https://github.com/fnag…
fnagel Dec 1, 2010
df0a874
added: option to wrap all added elements which allows us to use diffe…
fnagel Dec 1, 2010
201685d
added: possibility to refresh from original select element, please se…
fnagel Dec 1, 2010
ecbf017
fixed: issue when resizing window, thx to crob611, see https://github…
fnagel Dec 15, 2010
4423291
dding in the ability to disable an option by passing in the particula…
Dec 20, 2010
a7c1d8c
added: display-inline (selectmenus side-by-side) support for modern b…
fnagel Dec 20, 2010
47b7c03
fixed: small follow-up for refresh functionality
fnagel Dec 20, 2010
69d3140
problems with Git
fnagel Dec 20, 2010
955e3f7
Merge remote branch 'upstream/selectmenu' into selectmenu
Dec 22, 2010
a63fb4e
fixed: IE6 is not able to display the border with transparent color. …
fnagel Dec 22, 2010
8a64e7c
changed: namespaced all events
fnagel Dec 22, 2010
e552ead
fixed: destroy method: wrapperElement option
fnagel Dec 22, 2010
914aad4
added: link to wiki in js file
fnagel Dec 22, 2010
5fd470e
fixed: destroy method, thx to crob611, see https://github.com/fnagel/…
fnagel Dec 24, 2010
1f3e0f5
White space fixes to improve readability and JQueryUI coding standards
thg2k Jan 8, 2011
a94d5b6
follow-up: removed comments, please report bugs GitHUb issues
fnagel Jan 31, 2011
5cc6cb6
fixed: minor code bugfixes, thx to chrispatterson, see https://github…
fnagel Jan 31, 2011
83a15c7
fixed: disable / enable in select callback demo
fnagel Jan 31, 2011
e9736b3
added: sequencial typeahead, thx to arzynik, see https://github.com/a…
fnagel Jan 31, 2011
7c288f9
fixed: issue with window resize event, thx to saus, see https://githu…
fnagel Feb 12, 2011
05f7c61
updated: some comments
fnagel Feb 16, 2011
14756d9
fixed: Problem with YUI compressor cause of wrong named var, thx to T…
fnagel Feb 17, 2011
bf6fc20
fixed: removed useless _refreshPosition, thx to juzna, see https://gi…
fnagel Feb 17, 2011
77c85d7
fixed: deleted console.log
fnagel Feb 17, 2011
efcd9a0
fixed: vertical alignment, thx to revsystems, see https://github.com/…
fnagel Feb 17, 2011
1e623b9
updated: value method to make sure we have a clean API for v1.1
fnagel Feb 17, 2011
1e07175
fixed: temp fix for typeahead issue in IE, see https://github.com/fna…
fnagel Mar 7, 2011
7624538
fixed: problem with UTF-8 non-english chars as optgroup labels
fnagel Mar 20, 2011
58b3f2c
improved: full disable / enable functionality for select, option, opt…
fnagel Mar 20, 2011
14bda14
fixed: problem with manual focus, thx to keizie, see: https://github.…
fnagel Mar 20, 2011
40b8920
fixed: changed CSS from visibility to display, see: https://github.co…
fnagel Mar 20, 2011
f626375
fixed: problem within moveFocus method, thanks to i2amsam, see https:…
fnagel Apr 16, 2011
351b739
fixed: problem with focus and positioning in IE on slow machines, tha…
fnagel Apr 16, 2011
61a0844
fixed: keyboards loop issue, thanks to gcko, see https://github.com/f…
fnagel Apr 16, 2011
478749c
fixed: hover for disabled options, see https://github.com/fnagel/jque…
fnagel Apr 16, 2011
fc78c0d
fixed: small bug when using method disable with parameter 0, thx to s…
fnagel Apr 16, 2011
63c72c2
fixed: select option when tabbing out of opened menu, thx to mjt5v, s…
fnagel Apr 16, 2011
6ff94ff
fixed: follow-up fix for disabling / enabling functionality, thx to g…
fnagel Apr 17, 2011
94d614b
deleted: useless refresh position in method open, see https://github.…
fnagel May 23, 2011
d76aeef
fixed: IE typeAhead problem, thx @bergerb, https://github.com/fnagel/…
fnagel May 23, 2011
6347f52
Merge commit '1.8.13' into selectmenu
fnagel May 23, 2011
07d40b8
updated: to jQuery UI 1.8.13 (based upon jQuery 1.5.1)
fnagel May 23, 2011
3a54e03
add collision option to position call
amay May 23, 2011
e2c4a3c
merging
May 24, 2011
9e57e43
Adding in recursion for moveSelection and moveFocus
May 24, 2011
2edde9c
Merge pull request #119 from gcko/selectmenu
fnagel May 24, 2011
c918a82
Merge pull request #117 from substantial/selectmenu
fnagel May 24, 2011
ed77e04
improved: width handling for list and newelement
fnagel May 24, 2011
566f58f
Support for non-Latin typeahead
trollixx May 24, 2011
0253a63
Merge pull request #114 from trollixx/selectmenu
fnagel May 24, 2011
9b45fb5
improved: background image demo
fnagel May 24, 2011
f21969a
fixed: IE7 css problem, see https://github.com/fnagel/jquery-ui/issue…
fnagel May 24, 2011
b1cf462
fixed: issue with z-index, thx to juja, see: https://github.com/fnage…
fnagel May 29, 2011
23de8de
running through sed 's/[ \t]*$//' to clean trailing spaces
thg2k May 30, 2011
6df9fa7
fixed indentation
thg2k May 30, 2011
8a45116
Merge pull request #126 from thg2k/fnagel-selectmenu-clean
fnagel May 31, 2011
d5958c1
fixed: disable / enable issue when reinit (refresh) selectmenu
fnagel May 31, 2011
d81640d
revert: problems with popup style in multiple browsers because of thi…
fnagel Jun 1, 2011
ef29b6b
prepare tag v1.1.0
fnagel Jun 1, 2011
0138aef
push tag and change comment
fnagel Jun 1, 2011
f2865c1
fixed: problem (mainly in <= IE7) when select has no id, thx Ryzo and…
fnagel Jun 6, 2011
b2d0248
fixed: some issue with height and refresh, thx to trollix, see: https…
fnagel Jun 16, 2011
519b264
added: demo files refresh, overlay and typeahead
fnagel Jun 16, 2011
3d8f6f0
fixed: problem with height and maxHeight, generally improved height h…
fnagel Jun 16, 2011
17fc2e9
some code clean up
fnagel Jun 16, 2011
0852cea
fixed: disabled optgroup options receive focus, thx to gcko, see http…
fnagel Jun 28, 2011
e519c34
fixed: disabled Selectmenu receives focus on tab, thx to gcko, see ht…
fnagel Jun 28, 2011
dfec00b
added: empty select support
fnagel Jun 29, 2011
d35924e
Edited ui/jquery.ui.selectmenu.js via GitHub
netson Jul 24, 2011
ab6c744
Merge pull request #145 from Netson/patch-1
fnagel Jul 29, 2011
9c9425a
fixed: optimize element creation
fnagel Jul 31, 2011
eaef468
fixed: hopefully some issues with positioning and jumping, see: https…
fnagel Aug 1, 2011
ec61214
fixed: problem with disabled transfer, THX to Dimitri B., via email
fnagel Aug 1, 2011
80be9a2
changed: code quality, missing semicolon
fnagel Aug 2, 2011
029b085
changed: code cleanup
fnagel Aug 2, 2011
236de0a
fixed: code quality
fnagel Aug 2, 2011
ceaacdf
changed: li element creation, thx to @lephyrius, see selectOptionData…
fnagel Aug 2, 2011
ea470f6
fixed: zIndex, follow up to #147, thx to @viskenxp, see: https://gith…
fnagel Aug 5, 2011
edee0dc
fixed: problem when hiding first option by css, thx to @RobertSheaO, …
fnagel Aug 9, 2011
35b4a7a
fixed: disable tab index when init from disabled select, thx to @gcko…
fnagel Aug 9, 2011
5472925
fixed: jumping in IE9, follow up to #147, see #154, thx to @Ninkasi
fnagel Aug 20, 2011
c0d82e4
fixed: toggle dropdown when icon is clicked, related to #147, thx to …
fnagel Sep 12, 2011
b914da6
fixed: nsufficient right padding for .ui-selectmenu-status, thx to @j…
fnagel Sep 12, 2011
f90d720
This is proposed fix for #158
betalb Sep 23, 2011
b307c00
fixed: resize now forces a close the list, follow-up #147
fnagel Oct 10, 2011
ce7e657
improved: selector, thx to @Ninkasi
fnagel Oct 10, 2011
1399f89
Merge commit '1.8.16' into selectmenu
fnagel Oct 10, 2011
33cb241
added: demo compatibility to jQuery 1.6.2
fnagel Oct 10, 2011
0703a99
fixed: problem with unusual chars in selector, thx to @dominicgamble
fnagel Oct 10, 2011
a26f7ed
improved: id handling (follow-up), destroy method
fnagel Oct 10, 2011
4649f04
id handling (follow-up), thx to @thg2k, see #176
fnagel Oct 17, 2011
c9f281c
fixed: destroy function (window event follow-up)
fnagel Oct 17, 2011
410b0b6
fixed: destroy method (issue with window event), thx to @thg2k, see #177
fnagel Oct 17, 2011
bd1865e
New sequential typeahead implementation which supports both prefix ma…
thg2k Oct 18, 2011
7a22385
improved: label event handling (backport of new version, see #140)
fnagel Oct 19, 2011
9c390a3
fixed: zIndex when using dialog (new version backport)
fnagel Oct 23, 2011
ce7e930
fixed: unneeded close when init widget
fnagel Oct 23, 2011
b712d9c
added: dialog.html demo file
fnagel Oct 24, 2011
2f8eb7d
fixed: problem with flickering / jumping (see: #147)
fnagel Oct 24, 2011
1b775fd
fixed: problem with flickering / jumping (follow-up)
fnagel Oct 27, 2011
3c01dfd
Merge pull request #181 from thg2k/selectmenu-typeahead
fnagel Nov 6, 2011
0dbcbbc
some code cleanup
fnagel Nov 6, 2011
0f63b4b
Release version 1.2.0
fnagel Nov 6, 2011
d80f57b
mark file as dev version
fnagel Nov 6, 2011
868fed6
Fixed link to methods.html. Used to be "method.php"
captbaritone Nov 16, 2011
8a0b734
Merge pull request #192 from captbaritone/patch-1
fnagel Nov 23, 2011
42391d7
Fix for IE8 focus issue when using duplicate selectmenu functions
tschettler Dec 8, 2011
98d0dbc
added: feature for html escaping, see #131
fnagel Dec 28, 2011
18d9a37
improved: menu height calculation and collision detection, thx to @Ci…
fnagel Dec 28, 2011
6e21074
improved: keyboard control and focus / hover handling, thx to @trolli…
fnagel Dec 28, 2011
af2d0e6
fixed: code clean-up and small improvements
fnagel Dec 28, 2011
f4e8065
Merge branch 'selectmenu' of github.com:fnagel/jquery-ui into selectmenu
fnagel Dec 28, 2011
569d401
fixed: empty option text, thx to @outprove, see #102
fnagel Jan 16, 2012
7dd8c08
Merge pull request #166 from betalb/patch-1
fnagel Jan 18, 2012
7021f15
removed: option wrapperElement, use widget method instead (see defaul…
fnagel Jan 18, 2012
90684f9
fixed: small cleanup
fnagel Jan 18, 2012
86dfdb8
added: option appendTo (where to append menu element), thx @payahnih,…
fnagel Jan 18, 2012
cf6eff7
Merge pull request #200 from tschettler/selectmenu
fnagel Jan 18, 2012
f20deb3
MERGE 1.8.17 from jquery-ui
ainformatico Feb 22, 2012
38390f4
MERGE 1.8.18 from jquery-ui
ainformatico Mar 6, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated core files form jQuery UI repo (to jQuery 1.4.4)
Merge commit 'fce1f97f7677f29cc8ba7b146e67799027cf1995' into selectmenu
  • Loading branch information
fnagel committed Nov 14, 2010
commit f950e229f88199491fa911159104a6effb9f0a43

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.