Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Work around more IE activeElement bugs | Scott González | 2015-03-29 | 1 | -0/+7 |
| | | | | Closes gh-1523 | ||||
* | All: Standard spacing inside selector strings | Scott González | 2015-03-26 | 3 | -3/+3 |
| | | | | Closes gh-1521 | ||||
* | All: Include native dialogs in appendTo logic (ui-front walking) | Scott González | 2015-03-26 | 2 | -2/+2 |
| | | | | | Ref #10739 Ref gh-1517 | ||||
* | Tooltip: Follow the standard appendTo logic | Scott González | 2015-03-26 | 1 | -1/+11 |
| | | | | | | | | | Even though there's no reason to ever configure the parent element via an `appendTo` option, following the standard logic is useful for scrollable elements and native dialogs. Fixes #10739 Closes gh-1517 | ||||
* | Spinner: Properly handle empty attributes in create with jQuery git | Scott González | 2015-03-25 | 1 | -1/+1 |
| | | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Ref gh-1516 | ||||
* | Dialog: Properly handle empty title with jQuery git | Scott González | 2015-03-25 | 1 | -3/+6 |
| | | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Ref gh-1516 | ||||
* | Core: Fix `:focusable` and `:tabbable` with jQuery git | Scott González | 2015-03-25 | 1 | -6/+6 |
| | | | | | | jQuery now returns `null` for empty attributes instead of `undefined` Ref gh-1516 | ||||
* | Core: Handle IE11 bug with document.activeElement in iframes | Scott González | 2015-03-24 | 1 | -0/+7 |
| | | | | | Fixes #11539 Closes gh-1518 | ||||
* | Menu: Default for classes option is defined in $.Widget | Jörn Zaefferer | 2015-03-18 | 1 | -1/+0 |
| | | | | Ref #7053 | ||||
* | Autocomplete: Default for classes option is defined in $.Widget | Jörn Zaefferer | 2015-03-18 | 1 | -1/+0 |
| | | | | Ref #7053 | ||||
* | Position: Simplify fraction support test | Scott González | 2015-03-18 | 1 | -40/+21 |
| | | | | | | | | Also makes the test lazy to avoid any potential layouts/recalculations during initialization. Fixes #9898 Ref #9899 | ||||
* | Slider: Fix handle order when setting values of range slider to max | Ablay Keldibek | 2015-03-18 | 1 | -1/+3 |
| | | | | | | | When both values are set to the maximum change them in descending order Fixes #9046 Closes gh-1502 | ||||
* | Effects: Fix style issues in individual effects | Jörn Zaefferer | 2015-03-18 | 15 | -116/+117 |
| | | | | | | Skipping ui/effect.js since embedded jquery-color has many issues. Closes gh-1510 | ||||
* | All: Consolidate `.removeAttr()` calls | Scott González | 2015-03-18 | 6 | -42/+12 |
| | | | | Closes gh-1505 | ||||
* | Tabs: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -100/+100 |
| | | | | Closes gh-1494 | ||||
* | Menu: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -45/+45 |
| | | | | Closes gh-1491 | ||||
* | Autocomplete: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -34/+34 |
| | | | | Closes gh-1504 | ||||
* | Spinner: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -35/+35 |
| | | | | Closes gh-1501 | ||||
* | Widget: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -38/+38 |
| | | | | Closes gh-1500 | ||||
* | Position: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -22/+22 |
| | | | | Closes gh-1499 | ||||
* | Selectmenu: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -64/+64 |
| | | | | Closes gh-1498 | ||||
* | Dialog: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -67/+67 |
| | | | | Closes gh-1497 | ||||
* | Core: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -32/+32 |
| | | | | Closes gh-1496 | ||||
* | Accordion: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -68/+68 |
| | | | | Closes gh-1495 | ||||
* | Progressbar: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -10/+10 |
| | | | | Closes gh-1493 | ||||
* | Tooltip: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -33/+33 |
| | | | | Closes gh-1492 | ||||
* | Autocomplete: Simplify _create() method | Jörn Zaefferer | 2015-03-17 | 1 | -8/+5 |
| | | | | | | Uses logical expressions in place of conditional expressions. Closes #1490 | ||||
* | Autocomplete: Restore focus after clicking a menu item, if necessary | Scott González | 2015-03-12 | 1 | -0/+10 |
| | | | | | Fixes #9201 Closes gh-1470 | ||||
* | Core: Add methods to work around IE active element bugs | Scott González | 2015-03-12 | 7 | -38/+40 |
| | | | | Closes gh-1478 | ||||
* | Slider: Pass handle index to events | Ablay Keldibek | 2015-03-12 | 1 | -63/+47 |
| | | | | | | | | Added a `handleIndex` property to the event data which indicates the index of the handle being changed. Fixes #7630 Closes gh-1486 | ||||
* | Tooltip: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -11/+30 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Tabs: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -36/+37 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Spinner: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -18/+36 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Sortable: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -15/+19 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Slider: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -42/+35 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Selectmenu: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -39/+48 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Selectable: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -30/+24 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Resizable: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -28/+34 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Progressbar: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -17/+23 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Menu: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -61/+57 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Droppable: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -24/+65 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Draggable: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -7/+6 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Dialog: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -30/+55 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Autocomplete: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -10/+9 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Accordion: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -60/+55 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Widget: Add classes option and _add/_remove/_toggleClass methods | Alexander Schmitz | 2015-03-11 | 1 | -14/+107 |
| | | | | | Fixes #7053 Closes gh-1411 | ||||
* | Dialog: Remove animation stopping in destroy | Scott González | 2015-03-11 | 1 | -1/+1 |
| | | | | | | | | | | | Effects wrappers are no longer used, so the workaround and test are no longer necessary. This fixes tests in IE8 with jQuery 1.7. Effectively a complete revert of 13505e5945e5532c3d56424d50ad109c665d205f Closes gh-1481 | ||||
* | Slider: Modified to allow value to reach max value with float step | Ablay Keldibek | 2015-03-05 | 1 | -1/+1 |
| | | | | | Fixes #11286 Closes gh-1465 | ||||
* | Selectmenu: Support `width: false` and default to 14em | Scott González | 2015-03-05 | 1 | -4/+13 |
| | | | | | | | | | | `width: null` still matches the width of the original element. `width: false` prevents an inline style from being set for the width. This makes it easy to set the width via a stylesheet and allows the use of any unit for setting the width, such as the new default of `14em`. Fixes #11198 Closes gh-1467 | ||||
* | Resizable: alsoResize more than one element of a jQuery selection | Ben Mosher | 2015-03-04 | 1 | -47/+21 |
| | | | | | | Fixes #4666 Closes gh-1324 Closes gh-1461 |