Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Slider: Reset positioning when orientation changes | Scott González | 2014-07-02 | 1 | -0/+3 |
| | | | | | Fixes #10105 Closes gh-1268 | ||||
* | Datepicker: Define en and en-US locales based on defaults | Scott González | 2014-06-16 | 1 | -0/+2 |
| | | | | | Fixes #6682 Closes gh-1269 | ||||
* | Dialog: Honor preventDefault when managing focus | Jörn Zaefferer | 2014-06-10 | 1 | -1/+1 |
| | | | | | | | | If event.isDefaultPrevented() is true, the focus management is completely skipped, assuming the user manages focus manually. Fixes #10103 Closes gh-1265 | ||||
* | Dialog: Fix shift-tab handling, focus the correct element | Jörn Zaefferer | 2014-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | Copy-paste error introduced in df6110c0d424ff3306fdd5576011f2dcf4d242d0 Updates the tabbing test to be more specific about which element should have focus, instead of only checking if focus is within the dialog. Ref #9646 Ref #10103 Closes gh-1264 | ||||
* | Dialog: Fix off() -> unbind() for jQuery 1.6 compat | Timo Tijhof | 2014-05-27 | 1 | -1/+1 |
| | | | | | | | Follows-up c9815f13b487d027ef9b. Fixes #10072 Closes gh-1256 | ||||
* | Spinner: Don't change value when changing min/max options | David Petersen | 2014-05-26 | 1 | -1/+0 |
| | | | | | Fixes #9703 Closes gh-1252 | ||||
* | Tabs: Move `aria-expanded` from active panel to active tab | David Petersen | 2014-05-19 | 1 | -10/+8 |
| | | | | | Fixes #9622 Closes gh-1251 | ||||
* | Widget: Remove misleading comment | Scott González | 2014-05-14 | 1 | -1/+0 |
| | |||||
* | Autocomplete: Search if the user retypes the same value | TJ VanToll | 2014-05-12 | 1 | -2/+7 |
| | | | | | Fixes #7434 Closes gh-1238 | ||||
* | All: Fix typos | Scott González | 2014-05-07 | 1 | -1/+1 |
| | | | | Closes gh-1237 | ||||
* | Menu: Use item.outerHeight() in _scrollIntoView | Jörn Zaefferer | 2014-05-06 | 1 | -1/+1 |
| | | | | Fixes #9991 | ||||
* | Datepicker: Remove unnecessary mouseover trigger | Rafael Xavier de Souza | 2014-05-02 | 1 | -1/+1 |
| | | | | | Fixes #5816 Closes gh-974 | ||||
* | Selectmenu: Default disabled option to null | Scott González | 2014-04-21 | 1 | -0/+1 |
| | |||||
* | Button: Remove `ui-state-active` when disabling buttons | Daniel DeGroff | 2014-04-21 | 1 | -1/+5 |
| | | | | | Fixes #9602 Closes gh-1151 | ||||
* | Selectmenu: Simplify selection of focused item via keyboard | Scott González | 2014-04-18 | 1 | -5/+6 |
| | | | | | | | | Don't go through menu to select the currently focused item. Renamed _selectMenu() to _selectFocusedItem() for clarity. Closes gh-1224 | ||||
* | Selectmenu: Don't use active items at all | Scott González | 2014-04-18 | 1 | -8/+2 |
| | | | | | | | Menus only use active items for nested menus which selectmenu doesn't support. Selectmenu should only be working with focused items. Ref gh-1224 | ||||
* | Selectmenu: Cleanup | Scott González | 2014-04-18 | 1 | -49/+62 |
| | | | | Ref gh-1224 | ||||
* | Resizable: Remove bad workaround for draggable+resizable | Jörn Zaefferer | 2014-04-16 | 1 | -8/+0 |
| | | | | | | | | | | | | This adds a compound test page for draggable+resizable, which had no coverage before. Using that page shows that there is no way to reproduce the behaviour described in the original ticket that caused this workaround, since its not possible to resize an element beyond the window boundaries. Therefore removing the workaround, which is 6+ years old and has no test coverage, seems like the sanest approach. Fixes #6939 Closes gh-1210 | ||||
* | Position: Don't create `$.support.offsetFractions` | Scott González | 2014-04-03 | 1 | -3/+3 |
| | |||||
* | Core: Don't create `$.support.selectstart` | Scott González | 2014-04-03 | 1 | -5/+9 |
| | |||||
* | Button: Properly refresh button sets with new radio buttons | Scott González | 2014-04-01 | 1 | -8/+10 |
| | | | | | Fixes #8975 Ref gh-888 | ||||
* | Datepicker: Fix date format for Ukranian locale | Scott González | 2014-03-31 | 1 | -1/+1 |
| | | | | Fixes #9939 | ||||
* | Slider: Switch handles from <a href="#"> to <span tabindex="0"> | TJ VanToll | 2014-03-07 | 1 | -9/+5 |
| | | | | | Fixes #9890 Closes gh-1207 | ||||
* | Selectmenu: Add UMD wrapper | TJ VanToll | 2014-02-21 | 1 | -8/+18 |
| | |||||
* | Core: Deprecate .focus( n ), replace in dialog with explicit timeouts | Jörn Zaefferer | 2014-02-21 | 2 | -18/+22 |
| | | | | Fixes #9646 | ||||
* | Selectmenu: Fall back to .ui-front searching for empty jQuery objects | Jörn Zaefferer | 2014-02-21 | 1 | -1/+1 |
| | | | | Fixes #9757 | ||||
* | I18n: Avoid indenting an entire file | Rafael Xavier de Souza | 2014-02-19 | 74 | -1509/+1583 |
| | | | | Make code identation consistent with every other source. | ||||
* | I18n: Rename all files, removing the "jquery.ui." prefix | Rafael Xavier de Souza | 2014-02-19 | 3 | -5/+3 |
| | | | | | | | Amend fix for 21154cfa2e02ef1814a6aff68b14553bdad165cb; Ref #9464 Ref gh-1029 | ||||
* | Draggable: fix current JSCS violations. | Mike Sherov | 2014-02-18 | 1 | -72/+69 |
| | |||||
* | All: Updating copyright year to 2014 | TJ VanToll | 2014-01-28 | 37 | -38/+38 |
| | |||||
* | Autocomplete: Do not set value on multi-line input | Yermo | 2014-01-28 | 1 | -1/+5 |
| | | | | | | | | This fixes an issue where contenteditable text was getting overwritten when wrapping past the bottom or top of the autocomplete menu. Fixes #9771 Closes gh-1184 | ||||
* | Button: Ignore non-radio elements with the same name | TJ VanToll | 2014-01-28 | 1 | -2/+2 |
| | | | | | Fixes #8761 Closes gh-1185 | ||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 111 | -139/+139 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | All: Remove "Depends" comment | Rafael Xavier de Souza | 2014-01-24 | 32 | -130/+0 |
| | | | | | Ref #9464 Ref gh-1029 | ||||
* | All: Wrap I18n files with UMD return exports | Rafael Xavier de Souza | 2014-01-24 | 74 | -298/+1260 |
| | | | | | Ref #9464 Ref gh-1029 | ||||
* | All: Wrap source files with UMD return exports | Rafael Xavier de Souza | 2014-01-24 | 38 | -99/+609 |
| | | | | | Ref #9464 Ref gh-1029 | ||||
* | Autocomplete: Normalize falsy values, not just missing values | Scott González | 2014-01-22 | 1 | -2/+2 |
| | | | | Fixes #9762 | ||||
* | Autocomplete: Fall back to .ui-front searching for empty jQuery objects | Scott González | 2014-01-20 | 1 | -1/+1 |
| | | | | Fixes #9755 | ||||
* | Draggable: fix changing containment | Ben Higgins | 2014-01-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | If containment was set such that relative_container is set by _setContainment, and then containment changes to e.g. "document", "window", or an array, relative_container would not be unset, causing incorrect containment of the draggable. Add a unittest to check that containment with an array works after previously being set to "parent". Fixes #9733 Closes gh-1176 | ||||
* | Widget: Support events with dashes and colons | Ruslan Yakhyaev | 2014-01-16 | 1 | -1/+1 |
| | | | | | Fixes #9708 Closes gh-1159 | ||||
* | Slider & Interactions: Add Windows 8 touch support | TJ VanToll | 2014-01-15 | 2 | -1/+42 |
| | | | | | | Fixes #9709 Fixes #9710 Closes gh-1152 | ||||
* | Position: Avoid reading overflow css on documents | Thomas Meyer | 2014-01-15 | 1 | -3/+7 |
| | | | | | Fixes #9533 Closes gh-1072 | ||||
* | Resizable: Only resize/reposition if size is greater than specified grid | Kris Borchers | 2014-01-15 | 1 | -4/+14 |
| | | | | | Fixes #9611 Closes gh-1132 | ||||
* | Sortable: Cleanup | Andrei Picus | 2014-01-15 | 1 | -1/+1 |
| | | | | | Closes gh-1168 Closes gh-1169 | ||||
* | Autocomplete: Announce autocomplete correctly in all ATs. | Dylan Barrell | 2014-01-14 | 1 | -10/+13 |
| | | | | | Fixes #9631 Closes gh-1153 | ||||
* | Datepicker: Fix Spanish locale data | Scott González | 2014-01-10 | 1 | -2/+2 |
| | | | | | Fixes #9735 Closes gh-1166 | ||||
* | Tooltip: Preserve the title after disabling twice | Michael Wiencek | 2014-01-09 | 1 | -1/+1 |
| | | | | | Fixes #9719 Closes gh-1154 | ||||
* | Resizable: whitespace fixed | Jyoti Deka | 2014-01-09 | 1 | -1/+1 |
| | | | | Closes gh-1162 | ||||
* | Tooltip: Only bind remove handler for delegated tooltips | Scott González | 2014-01-09 | 1 | -4/+11 |
| | | | | | | | | | The remove handler was being added for every tooltip, but only removed for delegated tooltips. The default destroy behavior already handles non-delegated tooltips, so the handler should only be added for delegated tooltips. Fixes #9531 Closes gh-1156 | ||||
* | Menu: Fix var declaration and move regex comment to the right place. | Jörn Zaefferer | 2014-01-08 | 1 | -4/+5 |
| | | | | Follow-up to a6806ab1 |