Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Button: Don't fire click/change events if mouse was dragged during click of ↵ | Kris Borchers | 2011-05-13 | 1 | -3/+26 | |
| | | | | | | | | | | | | | | | | | | toggle (checkbox/radio) button. Fixed #6970 - Button state inconsistencies after (accidental) drag-clicking the button. (cherry picked from commit a69a1788bc5cd67c6e627e519e20897a0c238945) | |||||
| * | | Draggable: Check for grid elements set to 0 to prevent divide by 0 error ↵ | kborchers | 2011-05-13 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | causing invalid argument errors in IE. Fixed #6950 - ie 8 invalid drag and drop error (cherry picked from commit d136e4333e117b33aa16eb9a3a5831a25b1a2dd9) | |||||
| * | | Button: no longer calls _resetButton() after changing the disabled option. ↵ | Doug Neiner | 2011-05-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | Fixed #6242 - Button .enable() strange behavior on Webkit (Google Chrome, Safari) (cherry picked from commit 8df834f68c4337cb6d128360c76a4621f050bd60) | |||||
| * | | Button: Added rtl detection so corner classes would properly be applied to ↵ | Doug Neiner | 2011-05-12 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | buttonsets. Fixed #6796. jQueryui - buttonset on rtl (cherry picked from commit 50a4186ef949ecaf7ab4977048160820587218d2) | |||||
* | | | improved: selector, thx to @Ninkasi | Felix Nagel | 2011-10-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | fixed: resize now forces a close the list, follow-up #147 | Felix Nagel | 2011-10-10 | 1 | -3/+1 | |
| |/ |/| | ||||||
* | | fixed: toggle dropdown when icon is clicked, related to #147, thx to ↵ | Felix Nagel | 2011-09-13 | 1 | -1/+1 | |
| | | | | | | | | @brainTrain, see #159 | |||||
* | | 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 | 71 | -696/+1134 | |
|\| | | ||||||
| * | | Merge commit '1.8.13' into selectmenu | Felix Nagel | 2011-05-23 | 70 | -421/+717 | |
| |\| | ||||||
| | * | Datepicker: removed conditional mozilla browser check block. Fixes #7322 - ↵ | Andrew Powell | 2011-05-12 | 1 | -9/+4 | |
| | | | | | | | | | | | | | | | | | | Year selector disappears after setting an option in Firefox (cherry picked from commit a6227be2c09da2c698ee6d5251ac113b90585522) | |||||
| | * | Revert "Datepicker: Fixed #7043 - Using multiple months always renders 6 ↵ | Scott González | 2011-05-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | rows of dates even if only 5 are needed." This reverts commit 5e1032ec74feba976c91de275605174c87710a6a. | |||||
| | * | Datepicker: Disabled datepicker should disable own select element too. Fixed ↵ | Kato Kazuyoshi | 2011-05-11 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | #6850 - Disable datepicker should disable month and year dropdowns. (cherry picked from commit 4585182c703ba93e0cbb059319862c53e177f836) | |||||
| | * | Datepicker: Removed duplicate call to _updateDatepicker when changing option ↵ | Garrison Locke | 2011-05-11 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | in Firefox. Fixed #7322 - datepicker: Year would disappear when changing option. (cherry picked from commit a645630ebaf02febb19a5c9e28f1e46401f07ed0) | |||||
| | * | Slider: add handles in single DOM operation. Fixed #7259 - optimize handle ↵ | Adam Baratz | 2011-05-11 | 1 | -34/+16 | |
| | | | | | | | | | | | | | | | | | | creation. (cherry picked from commit 7fb6ca146e06b6e750f799937264a38a54ceaa64) | |||||
| | * | Draggable: Remove id when cloning helpers. Fixes #4564 - Draggable+Sortable ↵ | Kato Kazuyoshi | 2011-05-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | Demo duplicates DOM Ids. (cherry picked from commit 98fcb477d6a7091b21e9b7bc0b8c28f798954d47) | |||||
| | * | Datepicker: Fixed #7043 - Using multiple months always renders 6 rows of ↵ | Kato Kazuyoshi | 2011-05-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | dates even if only 5 are needed. (cherry picked from commit ac459ff7df4904cb8601d4efb95107177ecb40e0) | |||||
| | * | Autocomplete: Use appropriate methods for getting scroll values for ↵ | Scott González | 2011-05-11 | 1 | -4/+4 | |
| | | | | | | | | | | | | .prop()/.attr() compat. Fixes #7354 - Autocomplete: Scrollable results don't visually update with jQuery 1.6. | |||||
| | * | Resizable: Skip autohide hover action when resizable is disabled. Fix #6948 ↵ | Carson McDonald | 2011-05-10 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | - Resizable autoHide Doesn't Work With Resizable's disable (cherry picked from commit 0e2bc5efe217681c006ae7a16be21520e6563da6) |