Ablay Keldibek
adcc8eff43
Slider: Pass 0 value if slider reaches it
...
Fixes #12196
Closes gh-1540
2015-04-20 19:27:26 -04:00
Scott González
0fc9bd208a
Position: Remove IE6 workarounds in tests
...
Closes gh-1543
2015-04-20 14:32:31 -04:00
Jörn Zaefferer
9f62a3faf6
Autocomplete: Cleanup remote-jsonp demo
...
Fix handling of empty response, remove silly open/close handlers,
fix select callback, fix demo description.
Closes gh-1542
2015-04-20 16:55:26 +02:00
Jörn Zaefferer
74ccbc18a4
Tabs: Rename ui-tab class to ui-tabs-tab for consistent prefixes
...
Fixes #12061
Closes gh-1538
Ref #7053
Ref jquery/api.jqueryui.com#256
2015-04-18 08:58:33 +02:00
Scott González
1d193c24dc
Tests: Fix loading in TestSwarm
2015-04-17 13:45:13 -04:00
Scott González
6231b161b9
Tests: Fix AMD loading in IE8
...
It appears that we must load require.js via a standard script tag in order
for it to work properly in IE8.
2015-04-17 12:13:38 -04:00
Scott González
45797b9b41
Tests: Fix domEqual handling for invalid input
2015-04-17 12:10:36 -04:00
Scott González
f499569bff
Build: Upgrade to qunit-composite 1.1.0
...
Ref #10119
Closes gh-1528
2015-04-09 09:28:25 -04:00
Scott González
4bf80d209a
Tests: Use the qunit-assert-close module
...
Moved QUnit assertion dependencies from `lib/bootstrap` to `lib/qunit`.
Corrected bad draggable assertions.
Ref gh-1528
2015-04-09 09:28:25 -04:00
Scott González
bde431bb44
Tests: Rename files
...
Ref gh-1528
2015-04-09 09:27:00 -04:00
Scott González
dc4b015a8b
Tests: Widget test helpers extend the main helper
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:58 -04:00
Scott González
42566bdd03
Tests: Remove old test infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:28 -04:00
Scott González
669e62d61b
Droppable: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:28 -04:00
Scott González
a2da340e0d
Tooltip: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:27 -04:00
Scott González
7d4811206f
Dialog: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:27 -04:00
Scott González
0714f55ad4
Tests: Support $.uiBackCompat = false
via data-no-back-compat
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:27 -04:00
Scott González
7d168ce630
Datepicker: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:27 -04:00
Scott González
8bda52c8d1
Spinner: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:27 -04:00
Scott González
23a7a113ac
Widget: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:27 -04:00
Scott González
94f5c15df9
Tabs: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:27 -04:00
Scott González
31e36e6ae4
Sortable: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:26 -04:00
Scott González
a856dd9b7e
Slider: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:26 -04:00
Scott González
3522fd9618
Selectmenu: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:26 -04:00
Scott González
b8625346f6
Selectable: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:26 -04:00
Scott González
4e7407cd69
Resizable: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:26 -04:00
Scott González
df3e8c4deb
Progressbar: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:26 -04:00
Scott González
739f9b3f63
Position: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:26 -04:00
Scott González
f2ca8f92f0
Menu: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:26 -04:00
Scott González
a0e3da0459
Effects: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:26 -04:00
Scott González
fbc55446fb
Draggable: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:26:26 -04:00
Scott González
9fb04e42a2
Core: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:24:45 -04:00
Scott González
f908a7793b
Button: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:24:45 -04:00
Scott González
aff3c32ee1
Autocomplete: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:24:45 -04:00
Scott González
e39ee9d669
Accordion: Convert tests to new infrastructure
...
Ref #10119
Ref gh-1528
2015-04-09 09:24:45 -04:00
Scott González
2e1c72fb59
Tests: Convert closeEnough() to a proper QUnit assertion
...
Should eventually replace with qunit-assert-close.
Ref #10119
Ref gh-1528
2015-04-09 09:24:45 -04:00
Scott González
7c896ddb85
Tests: Change test infrastructure to use AMD and reduce boilerplate
...
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
2015-04-09 09:21:06 -04:00
TJ VanToll
d0ea32e3ad
Revert "Draggable: Set explicit width/height instead of right/bottom"
...
This reverts commit 8eca7b8f45
.
Fixes #10725
2015-04-08 13:15:41 -04:00
Jörn Zaefferer
c770605db0
Menu: Ignore bubbled mouseenter events on parent items
...
Test uses QUnit 2.x API - inconsistent with the other tests, but also
a good reference.
Fixes #11641
Closes gh-1535
2015-04-08 16:34:26 +02:00
Jörn Zaefferer
2d0f05b25d
Selectmenu: Add a disabled-default option example to default demo
...
Ref gh-1520
2015-04-08 15:00:16 +02:00
Jörn Zaefferer
c5b215e319
Menu: Update default demo, use product categories
...
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
2015-04-08 14:33:35 +02:00
Scott González
500f6b4992
Tests: Switch to the new qunit-composite module
...
This module was created from our existing implementation.
Closes gh-1532
2015-04-07 09:03:36 -04:00
Ablay Keldibek
bf03479cc1
Slider: Proper animation of range
...
Fixes #9459
Closes gh-1530
2015-04-06 16:59:45 -04:00
TJ VanToll
65f4feb70b
Tests: Add slider visual test to the index page
2015-04-05 11:46:50 -04:00
Jörn Zaefferer
98d9bb9b3e
Build: Upgrade to QUnit 1.18.0
2015-04-03 12:49:43 +02:00
Scott González
0de27b0609
Core: Work around more IE activeElement bugs
...
Closes gh-1523
2015-03-29 09:51:23 -04:00
Scott González
c42a07a2e3
All: Standard spacing inside selector strings
...
Closes gh-1521
2015-03-26 07:47:17 -04:00
Scott González
dc6703756d
All: Include native dialogs in appendTo logic (ui-front walking)
...
Ref #10739
Ref gh-1517
2015-03-26 07:35:20 -04:00
Scott González
8cf98798a5
Tooltip: Follow the standard appendTo logic
...
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
2015-03-26 07:35:20 -04:00
Scott González
899d90709a
Tests: Handle jQuery git returning null
for empty attributes
...
jQuery now returns `null` for empty attributes instead of `undefined`.
Closes gh-1516
2015-03-25 15:55:53 -04:00
Scott González
e109e76819
Spinner: Properly handle empty attributes in create with jQuery git
...
jQuery now returns `null` for empty attributes instead of `undefined`.
Ref gh-1516
2015-03-25 15:55:19 -04:00