Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed: jumping in IE9, follow up to #147, see #154, thx to @Ninkasi | Felix Nagel | 2011-08-20 | 1 | -3/+3 | |
| | ||||||
* | fixed: disable tab index when init from disabled select, thx to @gcko, see #136 | Felix Nagel | 2011-08-10 | 1 | -1/+1 | |
| | ||||||
* | fixed: problem when hiding first option by css, thx to @RobertSheaO, see #152 | Felix Nagel | 2011-08-09 | 1 | -1/+1 | |
| | ||||||
* | fixed: zIndex, follow up to #147, thx to @viskenxp, see: ↵ | Felix Nagel | 2011-08-05 | 1 | -3/+1 | |
| | | | | https://github.com/fnagel/jquery-ui/issues/151 | |||||
* | changed: li element creation, thx to @lephyrius, see selectOptionData[ i ↵ | Felix Nagel | 2011-08-03 | 1 | -2/+21 | |
| | | | | ].disabled | |||||
* | fixed: code quality | Felix Nagel | 2011-08-02 | 1 | -10/+9 | |
| | ||||||
* | changed: code cleanup | Felix Nagel | 2011-08-02 | 1 | -9/+10 | |
| | ||||||
* | changed: code quality, missing semicolon | Felix Nagel | 2011-08-02 | 1 | -42/+42 | |
| | ||||||
* | fixed: problem with disabled transfer, THX to Dimitri B., via email | Felix Nagel | 2011-08-02 | 1 | -1/+1 | |
| | ||||||
* | fixed: hopefully some issues with positioning and jumping, see: ↵ | Felix Nagel | 2011-08-02 | 1 | -18/+26 | |
| | | | | https://github.com/fnagel/jquery-ui/issues/147 | |||||
* | fixed: optimize element creation | Felix Nagel | 2011-07-31 | 1 | -46/+55 | |
| | | | | fixed: wrapper element is now fixed, fixes: https://github.com/fnagel/jquery-ui/issues/80 | |||||
* | Merge pull request #145 from Netson/patch-1 | Felix Nagel | 2011-07-29 | 1 | -7/+8 | |
|\ | | | | | Minor optimization | |||||
| * | Edited ui/jquery.ui.selectmenu.js via GitHub | Netson | 2011-07-24 | 1 | -8/+9 | |
| | | ||||||
* | | added: empty select support | Felix Nagel | 2011-06-29 | 1 | -60/+67 | |
|/ | ||||||
* | fixed: disabled Selectmenu receives focus on tab, thx to gcko, see ↵ | Felix Nagel | 2011-06-29 | 1 | -17/+20 | |
| | | | | https://github.com/fnagel/jquery-ui/issues/136 | |||||
* | fixed: disabled optgroup options receive focus, thx to gcko, see ↵ | Felix Nagel | 2011-06-29 | 1 | -1/+1 | |
| | | | | https://github.com/fnagel/jquery-ui/issues/105#issuecomment-1386359 | |||||
* | some code clean up | Felix Nagel | 2011-06-17 | 1 | -22/+22 | |
| | ||||||
* | fixed: problem with height and maxHeight, generally improved height handling | Felix Nagel | 2011-06-16 | 1 | -13/+1 | |
| | | | | removed: unneeded code | |||||
* | fixed: some issue with height and refresh, thx to trollix, see: ↵ | Felix Nagel | 2011-06-16 | 1 | -12/+22 | |
| | | | | https://github.com/fnagel/jquery-ui/issues/133 | |||||
* | fixed: problem (mainly in <= IE7) when select has no id, thx Ryzo and ↵ | Felix Nagel | 2011-06-07 | 1 | -3/+3 | |
| | | | | cburgdorf, see: https://github.com/fnagel/jquery-ui/issues/101 | |||||
* | push tag and change comment | Felix Nagel | 2011-06-01 | 1 | -1/+1 | |
| | ||||||
* | prepare tag v1.1.0selectmenu_v1.1.0 | Felix Nagel | 2011-06-01 | 1 | -1/+1 | |
| | ||||||
* | revert: problems with popup style in multiple browsers because of this pull ↵ | Felix Nagel | 2011-06-01 | 1 | -4/+4 | |
| | | | | request: https://github.com/fnagel/jquery-ui/pull/94 | |||||
* | fixed: disable / enable issue when reinit (refresh) selectmenu | Felix Nagel | 2011-05-31 | 1 | -6/+8 | |
| | | | | | fixed: mousedown/mouseup listener was bind multiple times when widget was reinitialized both thx to czindel, see https://github.com/fnagel/jquery-ui/pull/125 | |||||
* | fixed indentation | Giovanni Giacobbi | 2011-05-30 | 1 | -8/+8 | |
| | ||||||
* | running through sed 's/[ \t]*$//' to clean trailing spaces | Giovanni Giacobbi | 2011-05-30 | 1 | -70/+70 | |
| | ||||||
* | fixed: issue with z-index, thx to juja, see: ↵ | Felix Nagel | 2011-05-29 | 1 | -5/+8 | |
| | | | | https://github.com/fnagel/jquery-ui/issues/95 | |||||
* | Support for non-Latin typeahead | Oleg Shparber | 2011-05-25 | 1 | -6/+10 | |
| | ||||||
* | improved: width handling for list and newelement | Felix Nagel | 2011-05-24 | 1 | -9/+7 | |
| | ||||||
* | Merge pull request #117 from substantial/selectmenu | Felix Nagel | 2011-05-24 | 1 | -1/+2 | |
|\ | | | | | add collision option to position call | |||||
| * | add collision option to position call | Alex May | 2011-05-23 | 1 | -1/+2 | |
| | | ||||||
* | | Adding in recursion for moveSelection and moveFocus | gcko | 2011-05-24 | 1 | -5/+24 | |
| | | ||||||
* | | merging | gcko | 2011-05-24 | 1 | -275/+417 | |
|\| | ||||||
| * | fixed: IE typeAhead problem, thx @bergerb, ↵ | Felix Nagel | 2011-05-23 | 1 | -10/+1 | |
| | | | | | | | | https://github.com/fnagel/jquery-ui/pull/57 | |||||
| * | deleted: useless refresh position in method open, see ↵ | Felix Nagel | 2011-05-23 | 1 | -2/+0 | |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues/76 | |||||
| * | fixed: follow-up fix for disabling / enabling functionality, thx to gcko fro ↵ | Felix Nagel | 2011-04-17 | 1 | -6/+6 | |
| | | | | | | | | | | | | reporting, see https://github.com/fnagel/jquery-ui/issues/105 fixed: small issue in disable_enable.html demo file | |||||
| * | fixed: select option when tabbing out of opened menu, thx to mjt5v, see ↵ | Felix Nagel | 2011-04-16 | 1 | -0/+1 | |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues/98 | |||||
| * | fixed: small bug when using method disable with parameter 0, thx to ↵ | Felix Nagel | 2011-04-16 | 1 | -1/+1 | |
| | | | | | | | | scottriding, see https://github.com/fnagel/jquery-ui/pull/93 | |||||
| * | fixed: hover for disabled options, see ↵ | Felix Nagel | 2011-04-16 | 1 | -4/+7 | |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues/103 | |||||
| * | fixed: keyboards loop issue, thanks to gcko, see ↵ | Felix Nagel | 2011-04-16 | 1 | -1/+2 | |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues/89 | |||||
| * | fixed: problem with focus and positioning in IE on slow machines, thanks to ↵ | Felix Nagel | 2011-04-16 | 1 | -4/+5 | |
| | | | | | | | | greenish, see https://github.com/fnagel/jquery-ui/pull/94 | |||||
| * | fixed: problem within moveFocus method, thanks to i2amsam, see ↵ | Felix Nagel | 2011-04-16 | 1 | -5/+0 | |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues/99 | |||||
| * | fixed: problem with manual focus, thx to keizie, see: ↵ | Felix Nagel | 2011-03-21 | 1 | -2/+3 | |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/66 | |||||
| * | improved: full disable / enable functionality for select, option, optgroup; ↵ | Felix Nagel | 2011-03-20 | 1 | -13/+100 | |
| | | | | | | | | see: https://github.com/fnagel/jquery-ui/issues#issue/18 | |||||
| * | fixed: problem with UTF-8 non-english chars as optgroup labels | Felix Nagel | 2011-03-20 | 1 | -10/+9 | |
| | | ||||||
| * | fixed: temp fix for typeahead issue in IE, see ↵ | Felix Nagel | 2011-03-07 | 1 | -3/+6 | |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/57 | |||||
| * | updated: value method to make sure we have a clean API for v1.1 | Felix Nagel | 2011-02-17 | 1 | -8/+2 | |
| | | ||||||
| * | fixed: deleted console.log | Felix Nagel | 2011-02-17 | 1 | -1/+0 | |
| | | ||||||
| * | fixed: removed useless _refreshPosition, thx to juzna, see ↵ | Felix Nagel | 2011-02-17 | 1 | -3/+4 | |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues/#issue/76 | |||||
| * | fixed: Problem with YUI compressor cause of wrong named var, thx to Tane, ↵ | Felix Nagel | 2011-02-17 | 1 | -2/+2 | |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues/#issue/74 |