aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Autocomplete: Simplify _create() methodJörn Zaefferer2015-03-171-8/+5
| | | | | | Uses logical expressions in place of conditional expressions. Closes #1490
* Autocomplete: Restore focus after clicking a menu item, if necessaryScott González2015-03-121-0/+10
| | | | | Fixes #9201 Closes gh-1470
* Core: Add methods to work around IE active element bugsScott González2015-03-127-38/+40
| | | | Closes gh-1478
* Slider: Pass handle index to eventsAblay Keldibek2015-03-122-63/+84
| | | | | | | | Added a `handleIndex` property to the event data which indicates the index of the handle being changed. Fixes #7630 Closes gh-1486
* Slider: Verify value constraint with a max that is a step mismatchAblay Keldibek2015-03-121-1/+11
| | | | | Ref #10078 Closes gh-1485
* Droppable: Remove shopping cart demoAlexander Schmitz2015-03-111-96/+0
| | | | This has terrible UX that we shouldn't promote anymore.
* Widget: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-22/+22
|
* Tooltip: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-5/+5
|
* Tabs: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-44/+44
|
* Spinner: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-16/+19
|
* Sortable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-114-14/+17
|
* Slider: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-24/+19
|
* Selectmenu: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-113-21/+19
|
* Selectable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-3/+5
|
* Resizable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-3/+4
|
* Progressbar: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-3/+3
|
* Menu: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-114-28/+34
|
* Effects: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-2/+4
|
* Droppable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-114-9/+11
|
* Draggable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-114-16/+16
|
* Dialog: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-115-21/+18
|
* Button: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-114-61/+66
|
* Autocomplete: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-5/+5
|
* Accordion: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-113-21/+23
|
* Tooltip: Add classes optionAlexander Schmitz2015-03-1110-28/+142
| | | | | Ref #7053 Ref gh-1411
* Tabs: Add classes optionAlexander Schmitz2015-03-116-63/+112
| | | | | Ref #7053 Ref gh-1411
* Spinner: Add classes optionAlexander Schmitz2015-03-114-19/+57
| | | | | Ref #7053 Ref gh-1411
* Sortable: Add classes optionAlexander Schmitz2015-03-111-15/+19
| | | | | Ref #7053 Ref gh-1411
* Slider: Add classes optionAlexander Schmitz2015-03-114-43/+53
| | | | | Ref #7053 Ref gh-1411
* Selectmenu: Add classes optionAlexander Schmitz2015-03-114-40/+68
| | | | | Ref #7053 Ref gh-1411
* Selectable: Add classes optionAlexander Schmitz2015-03-111-30/+24
| | | | | Ref #7053 Ref gh-1411
* Resizable: Add classes optionAlexander Schmitz2015-03-112-29/+37
| | | | | Ref #7053 Ref gh-1411
* Progressbar: Add classes optionAlexander Schmitz2015-03-114-37/+52
| | | | | Ref #7053 Ref gh-1411
* Menu: Add classes optionAlexander Schmitz2015-03-113-69/+88
| | | | | Ref #7053 Ref gh-1411
* Droppable: Add classes optionAlexander Schmitz2015-03-1111-41/+169
| | | | | Ref #7053 Ref gh-1411
* Draggable: Add classes optionAlexander Schmitz2015-03-111-7/+6
| | | | | Ref #7053 Ref gh-1411
* Dialog: Add classes optionAlexander Schmitz2015-03-118-54/+255
| | | | | Ref #7053 Ref gh-1411
* Autocomplete: Add classes optionAlexander Schmitz2015-03-113-10/+19
| | | | | Ref #7053 Ref gh-1411
* Accordion: Add classes optionAlexander Schmitz2015-03-114-69/+81
| | | | | Ref #7053 Ref gh-1411
* Widget: Add classes option and _add/_remove/_toggleClass methodsAlexander Schmitz2015-03-1120-15/+272
| | | | | Fixes #7053 Closes gh-1411
* Build: Add qunit-assert-classes plug-in for classes testsAlexander Schmitz2015-03-114-0/+73
|
* Accordion: Fix tests in IE 11 with jQuery 1.7-1.8Scott González2015-03-111-12/+55
| | | | Closes gh-1482
* Dialog: Remove animation stopping in destroyScott González2015-03-113-11/+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
* Dialog: Fix focus tests in IE8 with jQuery 1.7Scott González2015-03-111-42/+46
| | | | Ref gh-1481
* Tests: Use jquery-git1 instead of jquery-gitScott González2015-03-114-5/+5
| | | | Closes gh-1480
* Build: Style fixesJörn Zaefferer2015-03-063-39/+39
|
* Tests: Fix missing wrapper in widget extend unit testsJörn Zaefferer2015-03-061-0/+4
|
* Tests: Fix missing wrappers in progressbar testsJörn Zaefferer2015-03-064-0/+16
|
* Slider: Modified to allow value to reach max value with float stepAblay Keldibek2015-03-052-2/+12
| | | | | Fixes #11286 Closes gh-1465
* Selectmenu: Support `width: false` and default to 14emScott González2015-03-057-17/+21
| | | | | | | | | | `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