aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Accordion: Convert tests to new infrastructureScott González2015-04-097-49/+54
| | | | | Ref #10119 Ref gh-1528
* Tests: Convert closeEnough() to a proper QUnit assertionScott González2015-04-097-54/+59
| | | | | | | Should eventually replace with qunit-assert-close. Ref #10119 Ref gh-1528
* Tests: Change test infrastructure to use AMD and reduce boilerplateScott González2015-04-0911-1/+2584
| | | | | | | | | | | Ref #10119 Ref gh-1528 * Adds RequireJS and relies on AMD for loading dependencies. * Updates to grunt-contrib-qunit 0.6.0. * Convert `domEqual()` to a proper QUnit assertion. * Introduces two bootstrap files (JS and CSS) which use `data-` attributes to reduce the amount of boilerplate needed in each test
* Revert "Draggable: Set explicit width/height instead of right/bottom"TJ VanToll2015-04-083-50/+2
| | | | | | This reverts commit 8eca7b8f45885d20c13f1bf64cad8bee5fc1d5c5. Fixes #10725
* Menu: Ignore bubbled mouseenter events on parent itemsJörn Zaefferer2015-04-082-1/+52
| | | | | | | | Test uses QUnit 2.x API - inconsistent with the other tests, but also a good reference. Fixes #11641 Closes gh-1535
* Selectmenu: Add a disabled-default option example to default demoJörn Zaefferer2015-04-081-0/+12
| | | | Ref gh-1520
* Menu: Update default demo, use product categoriesJörn Zaefferer2015-04-081-20/+18
| | | | | | | Makes it look like a navigation menu that can't be navigated, at least better than the random city names we had before. Ref #11641
* Tests: Switch to the new qunit-composite moduleScott González2015-04-0729-169/+282
| | | | | | This module was created from our existing implementation. Closes gh-1532
* Slider: Proper animation of rangeAblay Keldibek2015-04-061-2/+2
| | | | | Fixes #9459 Closes gh-1530
* Tests: Add slider visual test to the index pageTJ VanToll2015-04-051-0/+5
|
* Build: Upgrade to QUnit 1.18.0Jörn Zaefferer2015-04-034-226/+1189
|
* Core: Work around more IE activeElement bugsScott González2015-03-291-0/+7
| | | | Closes gh-1523
* All: Standard spacing inside selector stringsScott González2015-03-269-9/+9
| | | | Closes gh-1521
* All: Include native dialogs in appendTo logic (ui-front walking)Scott González2015-03-262-2/+2
| | | | | Ref #10739 Ref gh-1517
* Tooltip: Follow the standard appendTo logicScott González2015-03-261-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
* Tests: Handle jQuery git returning `null` for empty attributesScott González2015-03-256-9/+8
| | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Closes gh-1516
* Spinner: Properly handle empty attributes in create with jQuery gitScott González2015-03-251-1/+1
| | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Ref gh-1516
* Dialog: Properly handle empty title with jQuery gitScott González2015-03-251-3/+6
| | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Ref gh-1516
* Tests: Update `domEqual()` to work with jQuery gitScott González2015-03-251-2/+2
| | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Ref gh-1516
* Core: Fix `:focusable` and `:tabbable` with jQuery gitScott González2015-03-251-6/+6
| | | | | | jQuery now returns `null` for empty attributes instead of `undefined` Ref gh-1516
* Core: Handle IE11 bug with document.activeElement in iframesScott González2015-03-241-0/+7
| | | | | Fixes #11539 Closes gh-1518
* Menu: Default for classes option is defined in $.WidgetJörn Zaefferer2015-03-181-1/+0
| | | | Ref #7053
* Autocomplete: Default for classes option is defined in $.WidgetJörn Zaefferer2015-03-181-1/+0
| | | | Ref #7053
* Position: Simplify fraction support testScott González2015-03-181-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 maxAblay Keldibek2015-03-183-2/+67
| | | | | | | When both values are set to the maximum change them in descending order Fixes #9046 Closes gh-1502
* Effects: Fix style issues in individual effectsJörn Zaefferer2015-03-1816-117/+118
| | | | | | Skipping ui/effect.js since embedded jquery-color has many issues. Closes gh-1510
* All: Consolidate `.removeAttr()` callsScott González2015-03-186-42/+12
| | | | Closes gh-1505
* Build: Menu and Tabs now pass all jscs rulesJörn Zaefferer2015-03-181-3/+1
|
* Tabs: Fix style issuesJörn Zaefferer2015-03-181-100/+100
| | | | Closes gh-1494
* Menu: Fix style issuesJörn Zaefferer2015-03-181-45/+45
| | | | Closes gh-1491
* Build: Increase htmllint coverage by testing all files, ignoring errorsJörn Zaefferer2015-03-182-6/+36
| | | | | | Also formats jscsBad array and sorts it alphabetically. Closes gh-1507
* Build: Update grunt-jscs to latest, use exceptions to improve coverageJörn Zaefferer2015-03-182-7/+27
| | | | Closes gh-1506
* Autocomplete: Fix style issuesJörn Zaefferer2015-03-181-34/+34
| | | | Closes gh-1504
* Spinner: Fix style issuesJörn Zaefferer2015-03-181-35/+35
| | | | Closes gh-1501
* Widget: Fix style issuesJörn Zaefferer2015-03-181-38/+38
| | | | Closes gh-1500
* Position: Fix style issuesJörn Zaefferer2015-03-181-22/+22
| | | | Closes gh-1499
* Selectmenu: Fix style issuesJörn Zaefferer2015-03-181-64/+64
| | | | Closes gh-1498
* Dialog: Fix style issuesJörn Zaefferer2015-03-181-67/+67
| | | | Closes gh-1497
* Core: Fix style issuesJörn Zaefferer2015-03-181-32/+32
| | | | Closes gh-1496
* Accordion: Fix style issuesJörn Zaefferer2015-03-181-68/+68
| | | | Closes gh-1495
* Progressbar: Fix style issuesJörn Zaefferer2015-03-181-10/+10
| | | | Closes gh-1493
* Tooltip: Fix style issuesJörn Zaefferer2015-03-181-33/+33
| | | | Closes gh-1492
* README: Fix typoThomas Applencourt2015-03-171-1/+1
| | | | Closes gh-1489
* 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
|